[gnus git] branch master updated: m0-11-140-g7835256 =1= nnimap group selection fix

Lars <[email protected]> Thu, 05 Feb 2015 03:28:15 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  7835256ecaa92b169c77e8d13af0a37aa6ec7aa8 (commit)
      from  620476b499e3385c5689501ba5daf60181fb22d6 (commit)


- Log -----------------------------------------------------------------
commit 7835256ecaa92b169c77e8d13af0a37aa6ec7aa8
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Thu Feb 5 13:28:02 2015 +1100

    nnimap group selection fix
    
    * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
    that nnimap works for non-activated backends.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae4aab9..a90d79b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-05  Lars Ingebrigtsen  <[email protected]>
+
+	* gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
+	that nnimap works for non-activated backends.
+
 2015-02-04  Stefan Monnier  <[email protected]>
 
 	* mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index efe7a4d..43fd7f7 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -5620,7 +5620,7 @@ If SELECT-ARTICLES, only select those articles from GROUP."
 	   (mm-decode-coding-string group charset)
 	   (mm-decode-coding-string (gnus-status-message group) charset))))
 
-    (unless (gnus-request-group group t)
+    (unless (gnus-request-group group t nil (gnus-get-info group))
       (when (derived-mode-p 'gnus-summary-mode)
 	(gnus-kill-buffer (current-buffer)))
       (error "Couldn't request group %s: %s"

-----------------------------------------------------------------------
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   |    5 +++++
 lisp/gnus-sum.el |    2 +-
 2 files changed, 6 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