Synch with Oort Gnus.
authoryamaoka <yamaoka>
Sun, 30 Jun 2002 22:37:30 +0000 (22:37 +0000)
committeryamaoka <yamaoka>
Sun, 30 Jun 2002 22:37:30 +0000 (22:37 +0000)
texi/ChangeLog
texi/message-ja.texi
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 0269282..1a41171 100644 (file)
@@ -1372,6 +1372,14 @@ Message \e$B$O\e(B @code{system-name} \e$B$r%7%9%F%`L>$r7h$a$k$?$a$K;H$$$^$9!#$b$7$
 \e$B$b$7%j%9%H$,\e(B cons \e$B$N\e(B car \e$B$,\e(B @code{optional} \e$B$G$"$k\e(B cons \e$B$r4^$s$G$$$k$J$i!"\e(B
 \e$B$3$N\e(B cons \e$B$N\e(B cdr \e$B$O\e(B @code{nil} \e$B$G$J$$$H$-$@$1A^F~$5$l$^$9!#\e(B
 
+\e$B$3$N%j%9%H$+$i$"$k9`L\$r>C$7$?$$$J$i$P!"0J2<$N\e(B Lisp \e$B$N@Z$lC<$,Lr$KN)$D$G\e(B
+\e$B$7$g$&!#B>$NMWAG$r:o=|$7$?$$$H$-$O$=$l$K9g$o$;$F2<$5$$!#\e(B
+
+@lisp
+(setq message-required-news-headers
+      (delq 'Message-ID message-required-news-headers))
+@end lisp
+
 \e$B=P$F9T$/%K%e!<%95-;v$r%+%9%?%^%$%:$9$k$?$a$NB>$NJQ?t\e(B:
 
 @table @code
index 3f2e251..516ecdf 100644 (file)
@@ -1379,6 +1379,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