From 763a9207dbaf7e76150f1d38d352b62839a23b40 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Mon, 18 Oct 2004 11:36:19 +0000 Subject: [PATCH] (gnus-copy-article-ignored-headers): Default to nil. Changed custom type. --- lisp/ChangeLog | 5 +++++ lisp/gnus-art.el | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 910216787..4f1f0f674 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 cf09c665f..e5c33d654 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -564,13 +564,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 -- 2.25.1