aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 986567faa1f..ad3cffcf0eb 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:") 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."