From 64bce8b846026df57e355adbfd98091fdb6e7780 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 4 Aug 2022 15:11:15 -0700 Subject: set message-wash-forwarded-subjects --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5edb04b4..652874bb 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -280,6 +280,7 @@ windows side-by-side in the frame." '("^From:" "^Subject:" "^Date:" "^To:" "^Cc:" "^Message-ID:") nil nil "For compatibility.") '(message-make-forward-subject-function '(message-forward-subject-fwd) nil nil "For compatibility.") '(message-sendmail-envelope-from 'header nil nil "Bypass MTA rewriting user@localhost.") + '(message-wash-forwarded-subjects t) '(minibuffer-follows-selected-frame nil) '(mm-default-directory "~/tmp/") '(mm-file-name-rewrite-functions -- cgit v1.2.3