Fix email sending function
This commit is contained in:
parent
57f271d977
commit
59552fd6ff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user