* nnmail.el (nnmail-extra-headers): Add Cc to the default.
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Feb 2012 00:22:32 +0000 (01:22 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Feb 2012 00:22:32 +0000 (01:22 +0100)
lisp/ChangeLog
lisp/nnmail.el

index f398e6f..ae95bc0 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nnmail.el (nnmail-extra-headers): Add Cc to the default.
+
 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
index 9c3a814..988e1cd 100644 (file)
@@ -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))