fix(mail): Ensure MSMTP's sendmail binary is used for sending
This commit is contained in:
parent
ead3a70114
commit
c1c102665c
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
(setq notmuch-show-empty-saved-searches t)
|
(setq notmuch-show-empty-saved-searches t)
|
||||||
|
|
||||||
;; Mail sending configuration
|
;; Mail sending configuration
|
||||||
|
(setq send-mail-function 'sendmail-send-it) ;; sendmail provided by MSMTP
|
||||||
(setq notmuch-always-prompt-for-sender t)
|
(setq notmuch-always-prompt-for-sender t)
|
||||||
(setq notmuch-mua-user-agent-function
|
(setq notmuch-mua-user-agent-function
|
||||||
(lambda () (format "Emacs %s; notmuch.el %s" emacs-version notmuch-emacs-version)))
|
(lambda () (format "Emacs %s; notmuch.el %s" emacs-version notmuch-emacs-version)))
|
||||||
|
|
Loading…
Reference in a new issue