+2000-04-26 02:17:44 Shenghuo ZHU <zsh@cs.rochester.edu>
+
+ * gnus-msg.el (gnus-configure-posting-styles): Just remove the
+ header if nil.
+
2000-04-26 00:23:46 Shenghuo ZHU <zsh@cs.rochester.edu>
* mm-view.el (mm-inline-text): Insert directly if decoded.
`(lambda ()
(save-excursion
(message-remove-header ,header)
- (message-goto-eoh)
- (insert ,header ": " ,(cdr result) "\n"))))))))
+ (let ((value ,(cdr result)))
+ (when value
+ (message-goto-eoh)
+ (insert ,header ": " value "\n"))))))))))
(when (or name address)
(add-hook 'message-setup-hook
`(lambda ()
+2000-04-26 02:30:06 Shenghuo ZHU <zsh@cs.rochester.edu>
+
+ * gnus.texi (Posting Styles): Addition.
+
2000-04-24 17:09:17 Felix Natter <f.natter@ndh.net>
* gnusref.tex: New version.
\e$(B$O!"\e(B@code{signature}, @code{signature-file}, @code{organization},
@code{address}, @code{name}, @code{body} \e$(B$N$I$l$+$G$"$k;v$,$G$-$^$9!#B0\e(B
\e$(B@-L>$OJ8;zNs$G$"$k;v$b$G$-$^$9!#$=$N>l9g$O!"$3$l$O%X%C%@!<L>$H$7$F;H$o$l!"\e(B
-\e$(B$=$NCM$,5-;v$N%X%C%@!<$KA^F~$5$l$^$9!#$b$7B0@-L>$,\e(B @code{eval} \e$(B$@$C$?$i\e(B
-\e$(B$=$NMM<0$,I>2A$5$l!"7k2L$O<N$F$i$l$^$9!#\e(B
+\e$(B$=$NCM$,5-;v$N%X%C%@!<$KA^F~$5$l$^$9!#$b$7B0@-L>$,\e(B @code{nil} \e$(B$@$C$?$i$=\e(B
+\e$(B$N%X%C%@!<L>$O:o=|$5$l$^$9!#$b$7B0@-L>$,\e(B @code{eval} \e$(B$@$C$?$i$=$NMM<0$,\e(B
+\e$(BI>2A$5$l!"7k2L$O<N$F$i$l$^$9!#\e(B
\e$(BB0@-CM$OJ8;zNs\e(B (\e$(B$=$N$^$^;H$o$l$^$9\e(B)\e$(B!"0z?t$NL5$$4X?t\e(B (\e$(BJV$jCM$,;H$o$l$^$9\e(B)\e$(B!"\e(B
\e$(BJQ?t\e(B (\e$(B$=$NCM$,;H$o$l$^$9\e(B) \e$(B$^$?$O%j%9%H\e(B (\e$(B$=$l$O\e(B @code{\e$(BI>2A\e(B} \e$(B$5$l$F!"JV$j\e(B
@code{organization}, @code{address}, @code{name} or @code{body}. The
attribute name can also be a string. In that case, this will be used as
a header name, and the value will be inserted in the headers of the
-article. If the attribute name is @code{eval}, the form is evaluated,
-and the result is thrown away.
+article; if the value is @code{nil}, the header name will be removed.
+If the attribute name is @code{eval}, the form is evaluated, and the
+result is thrown away.
The attribute value can be a string (used verbatim), a function with
zero arguments (the return value will be used), a variable (its value