mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
fix(notmuch): send-mail-function -> message-send-mail-function
This commit is contained in:
parent
c83041584d
commit
f3c7706503
2 changed files with 3 additions and 0 deletions
|
|
@ -12,10 +12,12 @@
|
|||
(setq message-sendmail-envelope-from 'header)
|
||||
(setq mail-envelope-from 'header)
|
||||
(setq notmuch-always-prompt-for-sender t)
|
||||
(setq message-send-mail-function #'message-send-mail-with-sendmail)
|
||||
(setq sendmail-program (executable-find "msmtp"))
|
||||
(setq send-mail-function #'sendmail-send-it)
|
||||
(setq mml-secure-openpgp-sign-with-sender t)
|
||||
(setq notmuch-mua-user-agent-function 'notmuch-mua-user-agent-full)
|
||||
;; Use org-contacts for completion
|
||||
(setq notmuch-address-command 'as-is)
|
||||
(add-hook 'notmuch-hello-mode-hook
|
||||
(lambda () (display-line-numbers-mode 0))))
|
||||
|
|
|
|||
1
Mail.org
1
Mail.org
|
|
@ -412,6 +412,7 @@ Finally the proper notmuch settings:
|
|||
(setq message-sendmail-envelope-from 'header)
|
||||
(setq mail-envelope-from 'header)
|
||||
(setq notmuch-always-prompt-for-sender t)
|
||||
(setq message-send-mail-function #'message-send-mail-with-sendmail)
|
||||
(setq sendmail-program (executable-find "msmtp"))
|
||||
(setq send-mail-function #'sendmail-send-it)
|
||||
(setq mml-secure-openpgp-sign-with-sender t)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue