diff options
-rw-r--r-- | .emacs.d/init.el | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d38af28..9a1a081 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -654,6 +654,17 @@ for all frames." (nnimap-authenticator plain) (nnimap-user "bandali@shemshak.local")) (nnimap + "debian" + (nnimap-stream plain) + (nnimap-address "127.0.0.1") + (nnimap-server-port 143) + (nnimap-authenticator plain) + (nnimap-user "bandali@debian.local") + ;; (nnmail-expiry-wait immediate) + (nnmail-expiry-target nnmail-fancy-expiry-target) + (nnmail-fancy-expiry-targets + (("from" ".*" "nnimap+debian:Archive.%Y")))) + (nnimap "gnu" (nnimap-stream plain) (nnimap-address "127.0.0.1") @@ -847,6 +858,10 @@ for all frames." (address "amin@shemshak.org") ("X-Message-SMTP-Method" "smtp mail.shemshak.org 587") (gcc "nnimap+shemshak:Sent")) + ("nnimap\\+debian:.*" + (address "bandali@debian.org") + ("X-Message-SMTP-Method" "smtp mail-submit.debian.org 587") + (gcc "nnimap+debian:INBOX")) ("nnimap\\+gnu:.*" (address "bandali@gnu.org") ("X-Message-SMTP-Method" "smtp fencepost.gnu.org 587") @@ -937,6 +952,7 @@ for all frames." (("csc" visible nil nil)) (("kelar" visible nil nil)) (("shemshak" visible nil nil)) + (("debian" visible nil nil)) (("gnu" visible nil nil)) ;; (("old-gnu" visible nil nil)) (("sfl" visible nil nil))))) |