[gnus git] branch master updated: m0-1-13-gb9eb851 =1= * nnmail.el (nnmail-extra-headers): Add Cc to the default.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b9eb8513f2bb4c59d2f83ee1d47c9738265145d5 (commit)
from 7c576ffddd653d034a6457440dc037b85ff70297 (commit)
- Log -----------------------------------------------------------------
commit b9eb8513f2bb4c59d2f83ee1d47c9738265145d5
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 1 01:22:32 2012 +0100
* nnmail.el (nnmail-extra-headers): Add Cc to the default.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f398e6f..ae95bc0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-01 Lars Ingebrigtsen <[email protected]>
+
+ * nnmail.el (nnmail-extra-headers): Add Cc to the default.
+
2012-01-31 Lars Ingebrigtsen <[email protected]>
* mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
diff --git a/lisp/nnmail.el b/lisp/nnmail.el
index 9c3a814..988e1cd 100644
--- a/lisp/nnmail.el
+++ b/lisp/nnmail.el
@@ -553,11 +553,11 @@ parameter. It should return nil, `warn' or `delete'."
(const warn)
(const delete)))
-(defcustom nnmail-extra-headers '(To Newsgroups)
+(defcustom nnmail-extra-headers '(To Newsgroups Cc)
"Extra headers to parse.
In addition to the standard headers, these extra headers will be
included in NOV headers (and the like) when backends parse headers."
- :version "21.1"
+ :version "24.2"
:group 'nnmail
:type '(repeat symbol))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/nnmail.el | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project