diff options
| author | Amin Bandali <bandali@kelar.org> | 2024-05-18 21:23:58 -0400 | 
|---|---|---|
| committer | Amin Bandali <bandali@kelar.org> | 2024-05-18 21:23:58 -0400 | 
| commit | 4c53c1cd0fb118fdfffac178ea18c5bc8be1cce1 (patch) | |
| tree | 9f2347d957b3b77e899f2d9c7f41db8a1a0ec623 | |
| parent | 0a43a742da5a05908e90fd03916335a747c1fea7 (diff) | |
| download | configs-4c53c1cd0fb118fdfffac178ea18c5bc8be1cce1.tar.gz configs-4c53c1cd0fb118fdfffac178ea18c5bc8be1cce1.tar.xz configs-4c53c1cd0fb118fdfffac178ea18c5bc8be1cce1.zip  | |
Add debian mail
Diffstat (limited to '')
| -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)))))  | 
