From e93bb1597455f699d74f82c9f1e6c38c6b0e3717 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 25 Feb 2020 00:10:42 -0500 Subject: [PATCH] nm: Forward mail inline, with Fwd: subject prefix --- .emacs.d/init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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