]> git.eshelyaron.com Git - emacs.git/commitdiff
Cosmetic fix-up of message-forward-included-headers
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 29 Jun 2019 10:05:50 +0000 (12:05 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 29 Jun 2019 10:05:55 +0000 (12:05 +0200)
* lisp/gnus/message.el (message-forward-included-headers): Use
consistent capitalization in the regexps.

lisp/gnus/message.el

index ad3cffcf0eb791bdc2355b15944d090353b417f5..fbe8b45140136a8ddd1680775c1a92b04274333d 100644 (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."