From ffd0084f8612a11de7263b1dc627a3ed8f97d923 Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@kelar.org>
Date: Sat, 2 Mar 2024 21:46:16 -0500
Subject: Various updates from nostalgia

---
 .emacs.d/lisp/bandali-gnus.el | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

(limited to '.emacs.d/lisp')

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
-- 
cgit v1.2.3-83-g751a