]> git.eshelyaron.com Git - emacs.git/commitdiff
Include To and Cc headers when forwarding with Message
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 28 Jun 2019 13:01:31 +0000 (15:01 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 28 Jun 2019 13:01:36 +0000 (15:01 +0200)
* lisp/gnus/message.el (message-forward-included-headers): Include
more of the important headers when forwarded: To and Cc.

lisp/gnus/message.el

index 986567faa1f2dc626dc196e04873acb8ca6f276a..ad3cffcf0eb791bdc2355b15944d090353b417f5 100644 (file)
@@ -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."