nm: Forward mail inline, with Fwd: subject prefix
This commit is contained in:
parent
a57ade869f
commit
e93bb15974
@ -857,7 +857,10 @@
|
|||||||
message-sendmail-envelope-from 'header
|
message-sendmail-envelope-from 'header
|
||||||
message-send-mail-function 'message-send-mail-with-sendmail
|
message-send-mail-function 'message-send-mail-with-sendmail
|
||||||
sendmail-program (executable-find "msmtp")
|
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)
|
(use-package fortune-cookie :demand :if (package-installed-p 'fortune-cookie)
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user