lisp/gnus/nnir.el (nnir-close-group): Make sure we are in the right group
This commit is contained in:
parent
60ad477923
commit
f0a9703029
2 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue