[mail] Fix how notmuch and mbsync work
This commit is contained in:
@ -644,3 +644,10 @@ Always open the result in `eww`."
|
||||
(insert (or body ""))
|
||||
(insert "\n\n")))
|
||||
(pop-to-buffer buf))))))))))
|
||||
(setq send-mail-function 'sendmail-send-it
|
||||
sendmail-program "/usr/bin/msmtp"
|
||||
mail-specify-envelope-from t
|
||||
message-sendmail-f-is-evil t
|
||||
message-sendmail-envelope-from 'header
|
||||
message-sendmail-extra-arguments '("--read-envelope-from")
|
||||
mail-envelope-from 'header)
|
||||
|
||||
Reference in New Issue
Block a user