Add gnus.el to last commit.
authorTed Zlatanov <tzz@lifelogs.com>
Thu, 21 Apr 2011 19:59:25 +0000 (14:59 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Thu, 21 Apr 2011 19:59:25 +0000 (14:59 -0500)
* gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
not gnus-registry.el.

lisp/ChangeLog
lisp/gnus.el

index bc0e776..7c087cf 100644 (file)
@@ -1,4 +1,4 @@
-2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
+2011-04-21  Teodor Zlatanov  <tzlatanov@jumptrading.com>
 
        * gnus-registry.el (gnus-registry-ignored-groups): Remove defcustom.
        Explain why in comments.
index 03a9bd7..c30eaba 100644 (file)
@@ -1874,7 +1874,10 @@ total number of articles in the group.")
  :function-document
  "Whether this group should be ignored by the registry."
  :variable gnus-registry-ignored-groups
- :variable-default nil
+ :variable-default (mapcar
+                    (lambda (g) (list g t))
+                    '("delayed$" "drafts$" "queue$" "INBOX$"
+                      "^nnmairix:" "archive"))
  :variable-document
  "*Groups in which the registry should be turned off."
  :variable-group gnus-registry