diff options
| -rw-r--r-- | lisp/gnus/message.el | 2 |
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. |
| 631 | Only headers that match this regexp will be included. This | 631 | Only headers that match this regexp will be included. This |
| 632 | variable should be a regexp or a list of regexps." | 632 | variable should be a regexp or a list of regexps." |