From e504613cc63d2a3925c546177a04637e25a1a4ae Mon Sep 17 00:00:00 2001 From: Andrew Cohen Date: Thu, 4 Aug 2011 22:14:04 +0000 Subject: [PATCH] gnus.el (registry-ignore): Add nnir groups to the ignore-list. --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/gnus.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index b361760f511..df6a5fcd95c 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2011-08-04 Andrew Cohen + + * gnus.el (registry-ignore): Add nnir groups to the ignore-list. + 2011-08-04 Daiki Ueno * mml1991.el (mml1991-epg-find-usable-key) diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 7ff90f583cf..cd9b6eeb949 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -1875,7 +1875,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 -- 2.39.2