From: shuhei-k Date: Fri, 12 Jun 1998 12:37:24 +0000 (+0000) Subject: (gnus-visible-headers): Add Mail-Followup-To and Mail-Reply-To headers. X-Git-Tag: semi-mule-199811302358~84 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3c728e25c899053847f5ad94e74a84621d96c2c7;p=elisp%2Fgnus.git- (gnus-visible-headers): Add Mail-Followup-To and Mail-Reply-To headers. --- diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index f92493c..1bc88fc 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -107,7 +107,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:\\|^\\(Mail-\\)?Followup-To:\\|^\\(Mail-\\)?Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-From:\\|X-Sent:" + "From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^\\(Mail-\\)?Followup-To:\\|^\\(Mail-\\)?Reply-To:\\|^Mail-Copies-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^Cc:\\|^Posted-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."