[gnus git] branch master updated: m0-1-56-gc763b7a =1= * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c763b7a13d616bbcc0acdbd90adcb680b89f74e5 (commit)
from e17e9b8fded888ad43b32cf0c1dd09028de1390b (commit)
- Log -----------------------------------------------------------------
commit c763b7a13d616bbcc0acdbd90adcb680b89f74e5
Author: Lars Ingebrigtsen <[email protected]>
Date: Thu Feb 2 14:43:07 2012 +0100
* gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index c573ee7..38c7580 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,5 +1,7 @@
2012-02-02 Lars Ingebrigtsen <[email protected]>
+ * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
+
* message.texi (Mail Variables): Document X-Message-SMTP-Method.
2012-01-31 Lars Ingebrigtsen <[email protected]>
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 6feab47..343b5f2 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -3028,6 +3028,7 @@ like this in the group parameters:
@example
(posting-style
(name "Funky Name")
+ ("X-Message-SMTP-Method" "smtp smtp.example.org 587")
("X-My-Header" "Funky Value")
(signature "Funky Signature"))
@end example
@@ -12801,6 +12802,7 @@ So here's a new example:
(signature-file "~/.work-signature")
(address "user@@bar.foo")
(body "You are fired.\n\nSincerely, your boss.")
+ ("X-Message-SMTP-Method" "smtp smtp.example.org 587")
(organization "Important Work, Inc"))
("nnml:.*"
(From (with-current-buffer gnus-article-buffer
@@ -12815,6 +12817,13 @@ if you fill many roles.
You may also use @code{message-alternative-emails} instead.
@xref{Message Headers, ,Message Headers, message, Message Manual}.
+Of particular interest in the ``work-mail'' style is the
+@samp{X-Message-SMTP-Method} header. It specifies how to send the
+outgoing email. You may want to sent certain emails through certain
+@acronym{SMTP} servers due to company policies, for instance.
+@xref{Mail Variables, ,Message Variables, message, Message Manual}.
+
+
@node Drafts
@section Drafts
@cindex drafts
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 2 ++
texi/gnus.texi | 9 +++++++++
2 files changed, 11 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project