summaryrefslogtreecommitdiffstats
path: root/lisp/bandali-gnus.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-07-02 18:31:23 -0400
committerAmin Bandali <bandali@gnu.org>2020-07-02 18:32:04 -0400
commit6b09fc8a2951778cd3ff9807d7132dcfb1f7de38 (patch)
tree74b10a97160d9616a1646308aae1ffc7460bb202 /lisp/bandali-gnus.el
parentff9cc25d59e324575e47e88bcccb3d4f291ff616 (diff)
downloadconfigs-6b09fc8a2951778cd3ff9807d7132dcfb1f7de38.tar.gz
configs-6b09fc8a2951778cd3ff9807d7132dcfb1f7de38.tar.xz
configs-6b09fc8a2951778cd3ff9807d7132dcfb1f7de38.zip
Update 17 drones and commit a bunch of changes
Update amx to v3.3-15-gccfc92c Update borg to v3.1.2-11-gbc6d869 Update dash to 2.17.0-5-g732d92e Update diff-hl to 1.8.7-17-g2281a89 Update ebdb to 0.6-130-g0b70386 Update ivy to 0.13.0-336-gd951004 Update libgit to 0ef8b13 Update magit to v2.90.1-1021-g485ee181 Update minions to v0.3.4 Update no-littering to v1.1.0-2-g93d66b1 Update org to release_9.3.7-662-g0c0d00b93 Update orgalist to 5b51845 Update transient to v0.2.0-28-g73694be Update use-package to 2.4-41-gbfc5ecd Update which-key to v3.4.0-25-g8f2427a Update with-editor to v2.9.3-3-g7c51288 Update yasnippet to 0.14.0-7-gd3d6d70
Diffstat (limited to 'lisp/bandali-gnus.el')
-rw-r--r--lisp/bandali-gnus.el12
1 files changed, 9 insertions, 3 deletions
diff --git a/lisp/bandali-gnus.el b/lisp/bandali-gnus.el
index f85f694..2bfa816 100644
--- a/lisp/bandali-gnus.el
+++ b/lisp/bandali-gnus.el
@@ -92,7 +92,7 @@
;; legend: (u)nsubscribed | (d)ead
;; ----------------------------------
;; spam
- ("X-Spam-Flag" "YES" "Junk")
+ ("X-Spam_action" "reject" "Junk")
;; otherwise, leave mail in INBOX
"INBOX")))
(nnimap "uw"
@@ -271,6 +271,12 @@
'(list . "list-id\\|list-post\\|x-mailing-list\\|x-beenthere\\|x-loop")
t)))
+ ;; (require 'gnus-registry)
+ ;; (setq gnus-registry-max-entries 2500)
+ ;; (setq gnus-registry-ignored-groups
+ ;; (append gnus-registry-ignored-groups
+ ;; '(("^nnimap:gnu\\.l" t)
+ ;; ("webmasters$" t))))
;; (gnus-registry-initialize)
(with-eval-after-load 'recentf
@@ -301,8 +307,8 @@
"^Resent-From:"
"^User-Agent:"
"^X-detected-operating-system:"
- "^X-Spam-Flag:"
- "^X-Spam-Level:"
+ "^X-Spam_action:"
+ "^X-Spam_bar:"
"^Message-ID:"
;; "^References:"
"^List-Id:"