diff options
author | 2021-05-15 20:20:45 -0400 | |
---|---|---|
committer | 2021-05-15 20:20:45 -0400 | |
commit | a220fb5b7ed9e3cf55f0a85bbb11f0f264a0020b (patch) | |
tree | 90baead5730e5aa4c5e9d6b941462c0ee820aebb /.emacs.d/init.el | |
parent | bc04a4d40544c77d163d6497f3863b9b566d64d4 (diff) | |
download | configs-a220fb5b7ed9e3cf55f0a85bbb11f0f264a0020b.tar.gz configs-a220fb5b7ed9e3cf55f0a85bbb11f0f264a0020b.tar.xz configs-a220fb5b7ed9e3cf55f0a85bbb11f0f264a0020b.zip |
migrate from msmtp (external) to emacs's own smtpmail
todo: see if it's possible to pin cert fingerprints as with msmtp
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d0ea368..29bfbcc 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -671,11 +671,6 @@ Make N (default: 1) copies of the current line or region." ;; Email (with Gnus and message) (require 'bandali-gnus) -(with-eval-after-load 'sendmail - (csetq sendmail-program (executable-find "msmtp") - ;; message-sendmail-extra-arguments '("-v" "-d") - mail-specify-envelope-from t - mail-envelope-from 'header)) (require 'bandali-message) ;; IRC (with ERC) |