diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2015-02-13 06:44:40 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2015-02-13 06:44:40 +0000 |
commit | a8f93d14cbc7a54bc09c7e4d841331588e86afa6 (patch) | |
tree | cbab00b112758a052e5df188359ff3b20796de3e /lisp/gnus/nnmail.el | |
parent | 10a5a054ac7b1767623ed7e7f3ff5d7ae4ffe906 (diff) | |
download | emacs-a8f93d14cbc7a54bc09c7e4d841331588e86afa6.tar.gz |
lisp/gnus/nnmail.el (nnmail-expiry-target-group): Allow expiring nnimap to a group again
Diffstat (limited to 'lisp/gnus/nnmail.el')
-rw-r--r-- | lisp/gnus/nnmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index 62fcc2d8bd5..5c5481095e2 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/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) |