From 709864b45641992662fae4e1ac538832a252cfeb Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 18 Oct 2004 12:48:11 +0000 Subject: [PATCH] Synch to No Gnus 200410181136. --- lisp/ChangeLog | 5 +++++ lisp/gnus-art.el | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f85513..def8ad0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-10-18 Reiner Steib + + * gnus-art.el (gnus-copy-article-ignored-headers): Default to + nil. Changed custom type. + 2004-10-17 Reiner Steib * gnus-art.el (gnus-copy-article-ignored-headers): New variable. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index b5dc851..6415623 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -610,13 +610,11 @@ The following additional specs are available: :type 'hook :group 'gnus-article-various) -(defcustom gnus-copy-article-ignored-headers '("Xref") +(defcustom gnus-copy-article-ignored-headers nil "List of headers to be removed when copying an article. Each element is a regular expression." :version "22.0" ;; No Gnus - :type '(choice :custom-show nil - regexp - (repeat regexp)) + :type '(repeat regexp) :group 'gnus-article-various) (make-obsolete-variable 'gnus-article-hide-pgp-hook -- 1.7.10.4