lisp/gnus/nnir.el (nnir-close-group): Make sure we are in the right group

This commit is contained in:
Andrew Cohen 2013-04-24 22:07:21 +00:00 committed by Katsumi Yamaoka
parent 60ad477923
commit f0a9703029
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2013-04-24 Andrew Cohen <cohen@bu.edu>
* nnir.el (nnir-close-group): Make sure we are in the right group.
* gnus-sum.el (gnus-summary-insert-articles): Force updates to the
dependency table from all newly retrieved headers.

View file

@ -892,6 +892,7 @@ skips all prompting."
(deffoo nnir-close-group (group &optional server)
(nnir-possibly-change-group group server)
(let ((pgroup (gnus-group-guess-full-name-from-command-method group)))
(when (and nnir-artlist (not (gnus-ephemeral-group-p pgroup)))
(gnus-group-set-parameter pgroup 'nnir-artlist nnir-artlist))