diff options
author | Amin Bandali <bandali@gnu.org> | 2022-12-25 00:50:32 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2022-12-25 00:50:32 -0500 |
commit | efa912ac6734b778b61fcb033bf0f603f2e2c2de (patch) | |
tree | d5d445491c57565bdc3fed8990710123976c9cd5 | |
parent | b157d7f5c608f4e180ba65d4bb8b84713edf6b3f (diff) | |
download | configs-efa912ac6734b778b61fcb033bf0f603f2e2c2de.tar.gz configs-efa912ac6734b778b61fcb033bf0f603f2e2c2de.tar.xz configs-efa912ac6734b778b61fcb033bf0f603f2e2c2de.zip |
* .emacs.d/lisp/bandali-gnus.el: Split mail from Debian Alioth lists.
-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 53ae41e..11d0de9 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -91,6 +91,8 @@ (list ".*<\\(.*\\)\\.\\(non\\)?gnu\\.org>.*" "l.\\1") ;; fsf (list ".*<\\(.*\\)\\.fsf\\.org>.*" "l.\\1") + ;; debian + (list ".*<\\(.*\\)\\.alioth-lists\\.debian\\.net>.*" "l.\\1") ;; gnus (list ".*<\\(.*\\)\\.gnus\\.org>.*" "l.\\1") ;; libreplanet |