nm: Forward mail inline, with Fwd: subject prefix

This commit is contained in:
Adam Goldsmith 2020-02-25 00:10:42 -05:00
parent a57ade869f
commit e93bb15974
1 changed files with 4 additions and 1 deletions

View File

@ -857,7 +857,10 @@
message-sendmail-envelope-from 'header
message-send-mail-function 'message-send-mail-with-sendmail
sendmail-program (executable-find "msmtp")
notmuch-fcc-dirs "Sent +sent"))
notmuch-fcc-dirs "Sent +sent"
message-forward-as-mime nil
message-make-forward-subject-function '(message-forward-subject-fwd)
))
(use-package fortune-cookie :demand :if (package-installed-p 'fortune-cookie)
:config