diff options
author | 2020-10-20 21:03:51 -0400 | |
---|---|---|
committer | 2020-10-20 21:03:51 -0400 | |
commit | 5df344632add107633464336c536331eaec68953 (patch) | |
tree | 830223b067e6075e52e261d0b381103cea7ce6cb /.emacs.d/lisp/bandali-gnus.el | |
parent | 8e7b3f4871395cee04cd50b50a2d7013c73ed210 (diff) | |
download | configs-5df344632add107633464336c536331eaec68953.tar.gz configs-5df344632add107633464336c536331eaec68953.tar.xz configs-5df344632add107633464336c536331eaec68953.zip |
A few small uncommitted changes
Diffstat (limited to '.emacs.d/lisp/bandali-gnus.el')
-rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 1958793..bdcc501 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -65,6 +65,8 @@ ;; (: gnus-group-split-fancy "INBOX" t "INBOX") ;; keep debbugs emails in INBOX (list ".*<\\(.*\\)\\.debbugs\\.gnu\\.org>.*" "INBOX") + ;; list moderation emails + (from ".+-\\(owner\\|bounces\\)@\\(non\\)?gnu\\.org" "listmod") ;; gnu (list ".*<\\(.*\\)\\.\\(non\\)?gnu\\.org>.*" "l.\\1") ;; gnus |