aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-06-29 12:05:50 +0200
committerLars Ingebrigtsen2019-06-29 12:05:55 +0200
commit497c120609e341d7e75a5a2b118a42b239c33489 (patch)
tree64195e1f73661cacef02367702775646b83da274
parentca20315501e780263d5544b347d064210daf6db2 (diff)
downloademacs-497c120609e341d7e75a5a2b118a42b239c33489.tar.gz
emacs-497c120609e341d7e75a5a2b118a42b239c33489.zip
Cosmetic fix-up of message-forward-included-headers
* lisp/gnus/message.el (message-forward-included-headers): Use consistent capitalization in the regexps.
-rw-r--r--lisp/gnus/message.el2
1 files changed, 1 insertions, 1 deletions
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."
626 regexp)) 626 regexp))
627 627
628(defcustom message-forward-included-headers 628(defcustom message-forward-included-headers
629 '("^From:" "^Subject:" "^Date:" "^To:" "^CC:") 629 '("^From:" "^Subject:" "^Date:" "^To:" "^Cc:")
630 "If non-nil, delete non-matching headers when forwarding a message. 630 "If non-nil, delete non-matching headers when forwarding a message.
631Only headers that match this regexp will be included. This 631Only headers that match this regexp will be included. This
632variable should be a regexp or a list of regexps." 632variable should be a regexp or a list of regexps."