Synch to No Gnus 200410181136.
authoryamaoka <yamaoka>
Mon, 18 Oct 2004 12:48:11 +0000 (12:48 +0000)
committeryamaoka <yamaoka>
Mon, 18 Oct 2004 12:48:11 +0000 (12:48 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 3f85513..def8ad0 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-copy-article-ignored-headers): Default to
+       nil.  Changed custom type.
+
 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
index b5dc851..6415623 100644 (file)
@@ -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