From b9eb8513f2bb4c59d2f83ee1d47c9738265145d5 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 1 Feb 2012 01:22:32 +0100 Subject: [PATCH] * nnmail.el (nnmail-extra-headers): Add Cc to the default. --- lisp/ChangeLog | 4 ++++ lisp/nnmail.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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)) -- 2.34.1