[gnus git] branch master updated: m0-5-35-g0d2eaa1 =1= POP before SMTP documentation cleanup
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0d2eaa18b926244b3558ccd8057641e9db717ec1 (commit)
from 44f603535c63aab124e139b145fce20fff488f38 (commit)
- Log -----------------------------------------------------------------
commit 0d2eaa18b926244b3558ccd8057641e9db717ec1
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Jun 12 00:30:27 2012 +0200
POP before SMTP documentation cleanup
* gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
methods, so don't mention smtpmail here.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index a3f57aa..757c2c3 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-11 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
+ methods, so don't mention smtpmail here.
+
2012-05-04 Wolfgang Jenkner <[email protected]>
* gnus.texi (Picons): Document gnus-picon-properties.
diff --git a/texi/gnus.texi b/texi/gnus.texi
index ff2c416..1a22f66 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -12393,32 +12393,25 @@ value suitable for your system.
@xref{Mail Variables, ,Mail Variables,message,Message manual}, for more
information.
+
@node POP before SMTP
@section POP before SMTP
@cindex pop before smtp
-@findex message-smtpmail-send-it
@findex mail-source-touch-pop
-Does your @acronym{ISP} require the @acronym{POP}-before-@acronym{SMTP}
-authentication? It is whether you need to connect to the @acronym{POP}
-mail server within a certain time before sending mails. If so, there is
-a convenient way. To do that, put the following lines in your
-@file{~/.gnus.el} file:
+Does your @acronym{ISP} use @acronym{POP}-before-@acronym{SMTP}
+authentication? This authentication method simply requires you to
+contact the @acronym{POP} server before sending email. To do that,
+put the following lines in your @file{~/.gnus.el} file:
@lisp
-(setq message-send-mail-function 'message-smtpmail-send-it)
(add-hook 'message-send-mail-hook 'mail-source-touch-pop)
@end lisp
@noindent
-It means to let Gnus connect to the @acronym{POP} mail server in advance
-whenever you send a mail. The @code{mail-source-touch-pop} function
-does only a @acronym{POP} authentication according to the value of
-@code{mail-sources} without fetching mails, just before sending a mail.
-Note that you have to use @code{message-smtpmail-send-it} which runs
-@code{message-send-mail-hook} rather than @code{smtpmail-send-it} and
-set the value of @code{mail-sources} for a @acronym{POP} connection
-correctly. @xref{Mail Sources}.
+The @code{mail-source-touch-pop} function does @acronym{POP}
+authentication according to the value of @code{mail-sources} without
+fetching mails, just before sending a mail. @xref{Mail Sources}.
If you have two or more @acronym{POP} mail servers set in
@code{mail-sources}, you may want to specify one of them to
@@ -12446,6 +12439,7 @@ Otherwise, bind it dynamically only when performing the
(mail-source-touch-pop))))
@end lisp
+
@node Mail and Post
@section Mail and Post
-----------------------------------------------------------------------
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 | 5 +++++
texi/gnus.texi | 24 +++++++++---------------
2 files changed, 14 insertions(+), 15 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