]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/nnmail.el (nnmail-expiry-target-group): Allow expiring nnimap to a group...
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 13 Feb 2015 06:44:40 +0000 (06:44 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 13 Feb 2015 06:44:40 +0000 (06:44 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnmail.el

index f29a53e1aac526ddc0171eee01f1ffe2bc7519f6..9ff191d05c0ffe24eecdbac6fa17a85e6cae5b2b 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
+       `gnus-request-group'.
+
 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-browse-html-save-cid-content)
index 62fcc2d8bd52a058dd49340228afb060c7bf8b16..5c5481095e20ef5fde27cb19183d182c9789c382 100644 (file)
@@ -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)