diff options
author | 2024-03-02 21:46:16 -0500 | |
---|---|---|
committer | 2024-03-02 21:46:16 -0500 | |
commit | ffd0084f8612a11de7263b1dc627a3ed8f97d923 (patch) | |
tree | dc11bd46980d4be6bf5c53bbd9a4832a77a6058e /.emacs.d | |
parent | 90861c908a7ffc2ab2e35fcf488250b324125ed9 (diff) | |
download | configs-ffd0084f8612a11de7263b1dc627a3ed8f97d923.tar.gz configs-ffd0084f8612a11de7263b1dc627a3ed8f97d923.tar.xz configs-ffd0084f8612a11de7263b1dc627a3ed8f97d923.zip |
Various updates from nostalgia
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 0c22e4b..21dd807 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -60,14 +60,7 @@ (nnimap-address "127.0.0.1") (nnimap-server-port 143) (nnimap-authenticator plain) - (nnimap-user "bandali@kelar.local") - (nnimap-inbox "INBOX") - (nnimap-split-methods 'nnimap-split-fancy) - (nnimap-split-fancy - (| - ("subject" "nagios-fsf:.*" "nagios-fsf") - ;; otherwise, leave mail in INBOX - "INBOX"))) + (nnimap-user "bandali@kelar.local")) (nnimap "shemshak" (nnimap-stream plain) @@ -122,9 +115,6 @@ (from ".*@\\(.+\\)?bitfolk\\.com>.*" "bitfolk") ;; haskell (list ".*<\\(.*\\)\\.haskell\\.org>.*" "l.\\1") - ;; *.lists.sr.ht, omitting one dot if present - ;; add more \\.?\\([^.]*\\) if needed - (list ".*<~\\(.*\\)/\\([^.]*\\)\\.?\\([^.]*\\)\\.lists\\.sr\\.ht>.*" "l.~\\1.\\2\\3") ;; webmasters (from "webmasters\\(-comment\\)?@gnu\\.org" "webmasters") ;; other |