(Message Headers): Addition.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 12 Apr 2003 20:40:36 +0000 (20:40 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 12 Apr 2003 20:40:36 +0000 (20:40 +0000)
texi/ChangeLog
texi/message.texi

index e01a1fa..6abcbd1 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.texi (Message Headers): Addition.
+
 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
 
        * emacs-mime.texi (Encoding Customization): Update default for
index 28140b3..3b86fb6 100644 (file)
@@ -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