]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus.el (registry-ignore): Add nnir groups to the ignore-list.
authorAndrew Cohen <cohen@andy.bu.edu>
Thu, 4 Aug 2011 22:14:04 +0000 (22:14 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 4 Aug 2011 22:14:04 +0000 (22:14 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus.el

index b361760f5118631c83159894606035da5c88dd78..df6a5fcd95c7144a9f5ecbc7926c12abed171d14 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
+
+       * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
+
 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
 
        * mml1991.el (mml1991-epg-find-usable-key)
index 7ff90f583cfc59b54f8791ee436261630844c3f4..cd9b6eeb9496bd29f8f07d03786ce75d04779079 100644 (file)
@@ -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