summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-09-21 11:49:25 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-09-21 22:44:27 -0700
commitb1b330b82a988b1edb195685361636f0e9bdd3ce (patch)
tree2114308cd8ec445d7ee1a49cdf0e8b2b54a3fb6b
parentb8b1c7ea87cce1287a518e50da0cec2d79e74878 (diff)
downloaddotfiles-b1b330b82a988b1edb195685361636f0e9bdd3ce.tar.gz
drop Mail::Box::File::Message headers when resending
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index d01dfdb8..203362ef 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -256,7 +256,7 @@ windows side-by-side in the frame."
'(message-forward-included-headers
'("^From:" "^Subject:" "^Date:" "^To:" "^Cc:" "^Message-ID:") nil nil "For compatibility.")
'(message-ignored-resent-headers
- "^Return-receipt\\|^X-Gnus\\|^Gnus-Warning:\\|^>?From \\|^Delivered-To:\\|^X-Content-Length:\\|^X-UIDL:\\|^X-TUID:")
+ "^Return-receipt\\|^X-Gnus\\|^Gnus-Warning:\\|^>?From \\|^Delivered-To:\\|^\\(?:X-\\)?Content-Length:\\|^X-UIDL:\\|^X-TUID:\\|^\\(?:X-\\)?Status:\\|^Lines:")
'(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)