From: Lars Magne Ingebrigtsen Date: Sat, 12 Apr 2003 20:40:36 +0000 (+0000) Subject: (Message Headers): Addition. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=d15def1e18beca1c3c5ac963176bd7ff4446d1f7;p=gnus (Message Headers): Addition. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index e01a1fa64..6abcbd10a 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2003-04-12 Lars Magne Ingebrigtsen + + * message.texi (Message Headers): Addition. + 2003-04-12 Jesper Harder * emacs-mime.texi (Encoding Customization): Update default for diff --git a/texi/message.texi b/texi/message.texi index 28140b366..3b86fb642 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -1364,6 +1364,17 @@ Specifies what to do when there are no recipients other than allowed. If it is @code{never}, the posting is not allowed. If it is @code{ask} (the default), you are prompted. +@item message-hidden-headers +@vindex message-hidden-headers +A regexp, a list of regexps, or a list where the first element is +@code{not} and the rest are regexps. It says which headers to keep +hidden when composing a message. + +@lisp +(setq message-hidden-headers + '(not "From" "Subject" "To" "Cc" "Newsgroups")) +@end lisp + @end table