[gnus git] branch master updated: m0-11-156-gd834664 =1= Allow expiring nnimap to a group again

Lars <[email protected]> Fri, 13 Feb 2015 07:23:26 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  d83466449a86bdeb0ce341fc1e0634f2737cde31 (commit)
      from  3937bb5c3b28bc4322eaa47c72de007cb47761c5 (commit)


- Log -----------------------------------------------------------------
commit d83466449a86bdeb0ce341fc1e0634f2737cde31
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Fri Feb 13 17:23:09 2015 +1100

    Allow expiring nnimap to a group again
    
    * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
    `gnus-request-group'.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 64a9673..070b970 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-13  Lars Ingebrigtsen  <[email protected]>
+
+	* nnmail.el (nnmail-expiry-target-group): Supply the info structure to
+	`gnus-request-group'.
+
 2015-02-12  Katsumi Yamaoka  <[email protected]>
 
 	* gnus-art.el (gnus-article-browse-html-save-cid-content)
diff --git a/lisp/nnmail.el b/lisp/nnmail.el
index 62fcc2d..5c54810 100644
--- a/lisp/nnmail.el
+++ b/lisp/nnmail.el
@@ -1921,7 +1921,7 @@ If TIME is nil, then return the cutoff time for oldness instead."
     (when (functionp target)
       (setq target (funcall target group)))
     (unless (eq target 'delete)
-      (when (or (gnus-request-group target)
+      (when (or (gnus-request-group target nil nil (gnus-get-info target))
 		(gnus-request-create-group target))
 	(let ((group-art (gnus-request-accept-article target nil nil t)))
 	  (when (and (consp group-art)

-----------------------------------------------------------------------
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/nnmail.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