[mail] Fix how notmuch and mbsync work

This commit is contained in:
2026-08-05 00:05:24 -04:00
parent a956955300
commit b4935c82d7
12 changed files with 160 additions and 136 deletions

View File

@ -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)