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.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user