(News Headers): Include example for removing an
authorKai Grossjohann <kgrossjo@eu.uu.net>
Sun, 30 Jun 2002 09:01:15 +0000 (09:01 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Sun, 30 Jun 2002 09:01:15 +0000 (09:01 +0000)
entry from message-required-news-headers.

texi/ChangeLog
texi/message.texi

index baaca3a..b87786f 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * message.texi (News Headers): Include example for removing an
+       entry from message-required-news-headers.
+
 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi (NNTP): Add nntp-via-rlogin-command-switches.
index c8a6c9e..91063c3 100644 (file)
@@ -1363,6 +1363,15 @@ If the list contains a cons where the car of the cons is
 @code{optional}, the cdr of this cons will only be inserted if it is
 non-@code{nil}.
 
+If you want to delete an entry from this list, the following Lisp
+snippet might be useful.  Adjust accordingly if you want to remove
+another element.
+
+@lisp
+(setq message-required-news-headers
+      (delq 'Message-ID message-required-news-headers))
+@end lisp
+
 Other variables for customizing outgoing news articles:
 
 @table @code