From: Lars Magne Ingebrigtsen Date: Thu, 28 Dec 2000 23:55:28 +0000 (+0000) Subject: * gnus.texi (Posting Styles): Addition. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=dd35807d898be0cc9d5ceef190c0bb0a1b38d171;p=gnus * gnus.texi (Posting Styles): Addition. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index 51aa57350..f8ef0c09b 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2000-12-29 00:38:59 Lars Magne Ingebrigtsen + + * gnus.texi (Posting Styles): Addition. + 2000-12-28 20:04:26 Lars Magne Ingebrigtsen * message.texi (Buffer Entry): New section. diff --git a/texi/gnus.texi b/texi/gnus.texi index f20730286..1f8efd8b0 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -9949,16 +9949,24 @@ So here's a new example: ((message-news-p) (signature my-news-signature)) (header "From\\|To" "larsi.*org" - (Organization "Somewhere, Inc.")) + (Organization "Somewhere, Inc.")) ((posting-from-work-p) (signature-file "~/.work-signature") (address "user@@bar.foo") (body "You are fired.\n\nSincerely, your boss.") (organization "Important Work, Inc")) + ("nnml:.*" + (From (save-excursion + (set-buffer gnus-article-buffer) + (message-fetch-field "to")))) ("^nn.+:" (signature-file "~/.mail-signature")))) @end lisp +The @samp{nnml:.*} rule means that you use the @code{To} address as the +@code{From} address in all your outgoing replies, which might be handy +if you fill many roles. + @node Drafts @section Drafts