From: yamaoka Date: Tue, 11 Apr 2006 06:18:41 +0000 (+0000) Subject: Synch to No Gnus 200604110611. X-Git-Tag: t-gnus-6_17_4-quimby-~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5231b22149a152fc9c9aa0e9014ab49069e41393;p=elisp%2Fgnus.git- Synch to No Gnus 200604110611. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 55a8e9a..2769c41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-04-11 Lars Magne Ingebrigtsen + * message.el (message-header-synonyms): Add Original-To to the + default. + * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an optional parameter. diff --git a/lisp/message.el b/lisp/message.el index eb8bd8a..cbd0861 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -3077,7 +3077,8 @@ prefix FORCE is given." (message-carefully-insert-headers headers))) (defcustom message-header-synonyms - '((To Cc Bcc)) + '((To Cc Bcc) + (Original-To)) "List of lists of header synonyms. E.g., if this list contains a member list with elements `Cc' and `To', then `message-carefully-insert-headers' will not insert a `To' header