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/lisp/bandali-message.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/lisp/bandali-message.el')
-rw-r--r-- | .emacs.d/lisp/bandali-message.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el index c66a669..e7a0fa4 100644 --- a/.emacs.d/lisp/bandali-message.el +++ b/.emacs.d/lisp/bandali-message.el @@ -55,8 +55,7 @@ message-citation-line-format "%N writes:\n" message-citation-line-function 'message-insert-formatted-citation-line message-kill-buffer-on-exit t - message-send-mail-function 'message-send-mail-with-sendmail - message-sendmail-envelope-from 'header + message-send-mail-function #'smtpmail-send-it message-subscribed-address-functions '(gnus-find-subscribed-addresses) message-dont-reply-to-names |