Fix email sending function

This commit is contained in:
Jeremy Dormitzer 2020-06-17 13:08:24 -04:00
parent 57f271d977
commit 59552fd6ff

View File

@ -3804,8 +3804,8 @@ Then configure it:
;; Getting mail ;; Getting mail
mu4e-get-mail-command "mbsync -a" mu4e-get-mail-command "mbsync -a"
;; Sending mail ;; Sending mail
send-mail-function #'sendmail-send-it send-mail-function #'message-send-mail-with-sendmail
message-send-mail-function #'sendmail-send-it message-send-mail-function #'message-send-mail-with-sendmail
sendmail-program (executable-find "msmtp") sendmail-program (executable-find "msmtp")
;; Let Gmail handle putting sent messages in the sent folder ;; Let Gmail handle putting sent messages in the sent folder
mu4e-sent-messages-behavior 'delete mu4e-sent-messages-behavior 'delete