diff options
author | Amin Bandali <bandali@gnu.org> | 2023-01-08 10:22:34 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2023-01-08 10:22:34 -0500 |
commit | 16ea77c0ea4327085af83b8db4a18f8f9668fe48 (patch) | |
tree | d815799fd5f68da1ca05251c6e67af82721d77cb | |
parent | 4a76be499f05465a1b65c884778bd81314f5f22f (diff) | |
download | configs-16ea77c0ea4327085af83b8db4a18f8f9668fe48.tar.gz configs-16ea77c0ea4327085af83b8db4a18f8f9668fe48.tar.xz configs-16ea77c0ea4327085af83b8db4a18f8f9668fe48.zip |
* .emacs.d/lisp/bandali-gnus.el: Drop uwaterloo mail remnants.
-rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 2ca03e4..e09fa30 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -125,23 +125,6 @@ ;; otherwise, leave mail in INBOX "INBOX"))) (nnimap - "uwaterloo" - (nnimap-stream plain) - (nnimap-address "127.0.0.1") - (nnimap-server-port 143) - (nnimap-authenticator plain) - (nnimap-user "abandali@uwaterloo.local") - (nnimap-inbox "INBOX") - (nnimap-split-methods 'nnimap-split-fancy) - (nnimap-split-fancy - (| - ;; (: gnus-registry-split-fancy-with-parent) - ;; se212-f19 - ("subject" "SE\\s-?212" "course.se212-f19") - (from "SE\\s-?212" "course.se212-f19") - ;; catch-all - "INBOX"))) - (nnimap "csc" (nnimap-stream plain) (nnimap-address "127.0.0.1") @@ -360,7 +343,6 @@ ,@(if (string= (system-name) "darya") '((("canonical" visible nil nil))) '((("csc" visible nil nil)) - (("uwaterloo" visible nil nil)) (("kelar" visible nil nil)) (("shemshak" visible nil nil)) (("gnu" visible nil nil)) |