diff options
author | 2022-11-28 23:35:03 -0500 | |
---|---|---|
committer | 2022-11-28 23:35:03 -0500 | |
commit | e23aff47774180caeff994085eb6ac7df73136db (patch) | |
tree | 74a2626e36a5eac5d680bae76532857e4bd3c436 /.emacs.d/lisp | |
parent | 49d235a49e2aa8d7f9c52f199ddbd57115750a08 (diff) | |
download | configs-e23aff47774180caeff994085eb6ac7df73136db.tar.gz configs-e23aff47774180caeff994085eb6ac7df73136db.tar.xz configs-e23aff47774180caeff994085eb6ac7df73136db.zip |
(Re)add SFL mail
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index d8949ed..53ae41e 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -156,12 +156,13 @@ ("X-Spam-Flag" "YES" "Junk") ;; catch-all "INBOX"))) - ;; (nnimap - ;; "sfl" - ;; (nnimap-stream tls) - ;; (nnimap-address "mail.savoirfairelinux.com") - ;; (nnimap-user "amin.bandali")) - ))) + (nnimap + "sfl" + (nnimap-stream plain) + (nnimap-address "127.0.0.1") + (nnimap-server-port 143) + (nnimap-authenticator plain) + (nnimap-user "amin.bandali@savoirfairelinux.local"))))) gnus-message-archive-group "nnimap+gnu:INBOX" gnus-parameters '(("l\\.deepspec" |