[gnus git] branch master updated: n0-17-218-g6228873 =1= * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 6228873427f43999e43add5255e7faf88fb8364e (commit)
from 0d914041b7c1044d66fb4b84320770d838f977f2 (commit)
- Log -----------------------------------------------------------------
commit 6228873427f43999e43add5255e7faf88fb8364e
Author: Andrew Cohen <[email protected]>
Date: Thu Aug 4 09:26:46 2011 -0400
* gnus.el (registry-ignore): Add nnir groups to the ignore-list.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c923b26..68d83da 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-04 Andrew Cohen <[email protected]>
+
+ * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
+
2011-08-04 Daiki Ueno <[email protected]>
* mml1991.el (mml1991-epg-find-usable-key)
diff --git a/lisp/gnus.el b/lisp/gnus.el
index a453b57..06ce090 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -1874,7 +1874,7 @@ total number of articles in the group.")
:variable-default (mapcar
(lambda (g) (list g t))
'("delayed$" "drafts$" "queue$" "INBOX$"
- "^nnmairix:" "archive"))
+ "^nnmairix:" "^nnir:" "archive"))
:variable-document
"*Groups in which the registry should be turned off."
:variable-group gnus-registry
-----------------------------------------------------------------------
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.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