From: Lars Ingebrigtsen Date: Fri, 28 Jun 2019 13:01:31 +0000 (+0200) Subject: Include To and Cc headers when forwarding with Message X-Git-Tag: emacs-27.0.90~2166 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfabacae02499f28f2cf9ec41d41df7567fd0124;p=emacs.git Include To and Cc headers when forwarding with Message * lisp/gnus/message.el (message-forward-included-headers): Include more of the important headers when forwarded: To and Cc. --- diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 986567faa1f..ad3cffcf0eb 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -626,7 +626,7 @@ This may also be a list of regexps." regexp)) (defcustom message-forward-included-headers - '("^From:" "^Subject:" "^Date:") + '("^From:" "^Subject:" "^Date:" "^To:" "^CC:") "If non-nil, delete non-matching headers when forwarding a message. Only headers that match this regexp will be included. This variable should be a regexp or a list of regexps."