From: Amin Bandali Date: Sun, 19 May 2019 18:12:48 +0000 (-0400) Subject: emacs: gnus: add splitting rule for webmasters{,-comment}@gnu.org X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/9747f63fbd6a22f5149f4a7035ac09804001e9ac?hp=757553027efa55bf5710d06f866c3ae6e495c44d emacs: gnus: add splitting rule for webmasters{,-comment}@gnu.org --- diff --git a/.emacs.d/init.el b/.emacs.d/init.el index dc046a8..0d0b352 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1560,6 +1560,8 @@ For disabling the behaviour for certain buffers and/or modes." (list ".*info-guix.gnu.org" "l.gnu.guix.info") (list ".*www-commits.gnu.org" "l.gnu.www.commits") (list ".*www-discuss.gnu.org" "l.gnu.www.discuss") + ;; webmasters + (from "webmasters\\(-comment\\)?@gnu\\.org" "webmasters") ;; haskell (list ".*haskell-art.we.lurk.org" "l.haskell.art") (list ".*haskell-cafe.haskell.org" "l.haskell.cafe")