[gnus git] branch master updated: m0-5-303-gc6b7a80 =1= * nnir.el (nnir-close-group): Make sure we are in the right group.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c6b7a807f882de4474987010a04124110dfe3235 (commit)
from 601dbe1073d95533a7ea360bcb551018b374ef8c (commit)
- Log -----------------------------------------------------------------
commit c6b7a807f882de4474987010a04124110dfe3235
Author: Andrew Cohen <[email protected]>
Date: Wed Apr 24 11:18:31 2013 -0400
* nnir.el (nnir-close-group): Make sure we are in the right group.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9112e33..6004e8b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2013-04-24 Andrew Cohen <[email protected]>
+ * 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.
diff --git a/lisp/nnir.el b/lisp/nnir.el
index 24f2a55..aba07cf 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
@@ -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))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 ++
lisp/nnir.el | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project