From: Andrew Cohen Date: Thu, 4 Aug 2011 22:14:04 +0000 (+0000) Subject: gnus.el (registry-ignore): Add nnir groups to the ignore-list. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~87^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e504613cc63d2a3925c546177a04637e25a1a4ae;p=emacs.git gnus.el (registry-ignore): Add nnir groups to the ignore-list. --- 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