From: Lars Ingebrigtsen Date: Sat, 29 Jun 2019 10:05:50 +0000 (+0200) Subject: Cosmetic fix-up of message-forward-included-headers X-Git-Tag: emacs-27.0.90~2154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=497c120609e341d7e75a5a2b118a42b239c33489;p=emacs.git Cosmetic fix-up of message-forward-included-headers * lisp/gnus/message.el (message-forward-included-headers): Use consistent capitalization in the regexps. --- diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index ad3cffcf0eb..fbe8b451401 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -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."