diff options
author | Amin Bandali <bandali@kelar.org> | 2022-11-14 10:44:49 -0500 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2022-11-14 10:44:49 -0500 |
commit | ae80aec8f2b66828843852b9643db6ed8f9f9eae (patch) | |
tree | 0204f8a02520db729c08272f1f233621a06eb0de | |
parent | 7e876b3c19fb559577b9072fad56a52ea81bb2a9 (diff) | |
download | configs-ae80aec8f2b66828843852b9643db6ed8f9f9eae.tar.gz configs-ae80aec8f2b66828843852b9643db6ed8f9f9eae.tar.xz configs-ae80aec8f2b66828843852b9643db6ed8f9f9eae.zip |
* .emacs.d/lisp/bandali-gnus.el: Move spam out earlier.
-rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 237e4f3..c2249a2 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -75,6 +75,8 @@ (| ;; (: gnus-registry-split-fancy-with-parent) ;; (: gnus-group-split-fancy "INBOX" t "INBOX") + ;; spam + ("X-Spam_action" "reject" "Junk") ;; keep debbugs emails in INBOX (list ".*<\\(.*\\)\\.debbugs\\.gnu\\.org>.*" "INBOX") ;; list moderation emails @@ -112,8 +114,6 @@ ;; ---------------------------------- ;; legend: (u)nsubscribed | (d)ead ;; ---------------------------------- - ;; spam - ("X-Spam_action" "reject" "Junk") ;; otherwise, leave mail in INBOX "INBOX"))) (nnimap |