From: Lars Magne Ingebrigtsen Date: Fri, 13 Feb 2015 06:23:09 +0000 (+1100) Subject: Allow expiring nnimap to a group again X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=d83466449a86bdeb0ce341fc1e0634f2737cde31;p=gnus 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 64a967324..070b970f9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2015-02-13 Lars Ingebrigtsen + + * nnmail.el (nnmail-expiry-target-group): Supply the info structure to + `gnus-request-group'. + 2015-02-12 Katsumi Yamaoka * gnus-art.el (gnus-article-browse-html-save-cid-content) diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 62fcc2d8b..5c5481095 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)