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:
Lars Ingebrigtsen 2019-06-29 12:05:50 +02:00
parent ca20315501
commit 497c120609

View file

@ -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."