lisp/gnus/nnmail.el (nnmail-expiry-target-group): Allow expiring nnimap to a group again

This commit is contained in:
Lars Magne Ingebrigtsen 2015-02-13 06:44:40 +00:00 committed by Katsumi Yamaoka
parent 10a5a054ac
commit a8f93d14cb
2 changed files with 6 additions and 1 deletions

View 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)

View 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)