[gnus git] branch master updated: =1= (gnus-group-refresh-group): Refresh even non-visible groups.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2f68199551619edaa5bdcdb38274a43781e1d8a7 (commit)
from 2e7b1c7480393a205dac7c5bfb91ba498fb2e00e (commit)
- Log -----------------------------------------------------------------
commit 2f68199551619edaa5bdcdb38274a43781e1d8a7
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Jan 27 15:58:13 2011 -0800
(gnus-group-refresh-group): Refresh even non-visible groups.
This makes the nndraft:queue group pop up if it's not already there.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 09c1490..747c9e9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
2011-01-27 Lars Ingebrigtsen <[email protected]>
+ * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
+ groups. This makes the nndraft:queue group pop up if it's not already
+ there.
+
* gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
messages" logic, which was reversed.
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index a058df7..77a4994 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -1681,7 +1681,7 @@ and ends at END."
(gnus-activate-group group)
(gnus-get-unread-articles-in-group (gnus-get-info group)
(gnus-active group))
- (gnus-group-update-group group t))
+ (gnus-group-update-group group))
(defun gnus-group-update-group (group &optional visible-only)
"Update all lines where GROUP appear.
-----------------------------------------------------------------------
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 | 4 ++++
lisp/gnus-group.el | 2 +-
2 files changed, 5 insertions(+), 1 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