(gnus-visible-headers): Add Mail-Followup-To.
authorSimon Josefsson <jas@extundo.com>
Thu, 2 Nov 2000 18:54:55 +0000 (18:54 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 2 Nov 2000 18:54:55 +0000 (18:54 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index b5a17f8..3c1f756 100644 (file)
@@ -1,5 +1,7 @@
 2000-11-02  Simon Josefsson  <sj@extundo.com>
 
+       * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
+
        * message.el (message-get-reply-headers): Better handling when
        Mail-Followup-To is very large.
        
index be1b30e..058ca5c 100644 (file)
@@ -136,7 +136,7 @@ If `gnus-visible-headers' is non-nil, this variable will be ignored."
   :group 'gnus-article-hiding)
 
 (defcustom gnus-visible-headers
-  "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^[BGF]?Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-From:\\|^X-Sent:"
+  "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^[BGF]?Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Mail-Followup-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-From:\\|^X-Sent:"
   "*All headers that do not match this regexp will be hidden.
 This variable can also be a list of regexp of headers to remain visible.
 If this variable is non-nil, `gnus-ignored-headers' will be ignored."