[gnus git] branch master updated: m0-11-116-g41ae216 =1= nnimap respooling fix

Lars <[email protected]> Mon, 26 Jan 2015 04:14:39 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  41ae216e315822e665c09a555ca5099ffeeee89a (commit)
      from  447c56af7cb2afac14a0f3ed23f85d907c443a5d (commit)


- Log -----------------------------------------------------------------
commit 41ae216e315822e665c09a555ca5099ffeeee89a
Author: Lars Ingebrigtsen <[email protected]>
Date:   Mon Jan 26 14:14:15 2015 +1100

    nnimap respooling fix
    
    * nnimap.el (nnimap-request-accept-article): Allow respooling using
    nnimap.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0001120..9aebb54 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
 2015-01-26  Lars Ingebrigtsen  <[email protected]>
 
+	* nnimap.el (nnimap-request-accept-article): Allow respooling using
+	nnimap.
+
 	* gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
 	request rescans when being run interactively.
 
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 382e490..ced5561 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -1134,8 +1134,11 @@ If LIMIT, first try to limit the search to the N last articles."
     (setq group
 	  (caar
 	   (nnmail-article-group
+	    ;; We don't really care about the article number, because
+	    ;; that's determined by the IMAP server later.  So just
+	    ;; return the group name.
 	    `(lambda (group)
-	       (nnml-active-number group ,server))))))
+	       (list (list group)))))))
   (setq group (nnimap-decode-gnus-group group))
   (when (nnimap-change-group nil server)
     (nnmail-check-syntax)

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog |    3 +++
 lisp/nnimap.el |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project