Cosmetic fix-up of message-forward-included-headers
* lisp/gnus/message.el (message-forward-included-headers): Use consistent capitalization in the regexps.
This commit is contained in:
parent
ca20315501
commit
497c120609
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ This may also be a list of regexps."
|
|||
regexp))
|
||||
|
||||
(defcustom message-forward-included-headers
|
||||
'("^From:" "^Subject:" "^Date:" "^To:" "^CC:")
|
||||
'("^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."
|
||||
|
|
Loading…
Add table
Reference in a new issue