dot/gnus-local.el.distorted: Remove the wildcard rule for `spam.'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 17 Apr 2020 10:12:40 +0000 (11:12 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 17 Apr 2020 10:12:40 +0000 (11:12 +0100)
Now `spam.corpus' is handled correctly.

dot/gnus-local.el.distorted

index 98047cc..a484554 100644 (file)
@@ -73,7 +73,7 @@
 (setq gnus-auto-expirable-newsgroups
       (concat "^"
              "\\(nnimap\\+[^:]+\\|nnvirtual\\):"
-             "\\(" "\\(admin\\|crap\\|lists\\|nag\\|spam\\)\\."
+             "\\(" "\\(admin\\|crap\\|lists\\|nag\\)\\."
              "\\|" "spam\\.oubliette"
              "\\)"))