diff --git a/.emacs.d/init.el b/.emacs.d/init.el index eb1cae0..f1ddeb6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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