From: Lars Ingebrigtsen Date: Wed, 1 Feb 2012 00:22:32 +0000 (+0100) Subject: * nnmail.el (nnmail-extra-headers): Add Cc to the default. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=b9eb8513f2bb4c59d2f83ee1d47c9738265145d5;p=gnus * nnmail.el (nnmail-extra-headers): Add Cc to the default. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f398e6f59..ae95bc07c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-01 Lars Ingebrigtsen + + * nnmail.el (nnmail-extra-headers): Add Cc to the default. + 2012-01-31 Lars Ingebrigtsen * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists. diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 9c3a814d3..988e1cdc1 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))