From 98242b9986575c8722ff5df4fbfb048d153e54db Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Mon, 8 Mar 2004 06:54:23 +0000 Subject: [PATCH] * mail-source.el (mail-source-touch-pop): Doc fix. * message.el (message-smtpmail-send-it): Doc fix. --- lisp/ChangeLog | 6 ++++++ lisp/mail-source.el | 9 +++++---- lisp/message.el | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb3bc7888..0d040ef62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-03-08 Katsumi Yamaoka + + * mail-source.el (mail-source-touch-pop): Doc fix. + + * message.el (message-smtpmail-send-it): Doc fix. + 2004-03-05 Jesper Harder * sha1-el.el (sha1-maximum-internal-length): Doc fix. diff --git a/lisp/mail-source.el b/lisp/mail-source.el index df6609096..39a202cf6 100644 --- a/lisp/mail-source.el +++ b/lisp/mail-source.el @@ -825,12 +825,13 @@ Pass INFO on to CALLBACK." "Open and close a POP connection shortly. POP server should be defined in `mail-source-primary-source' (which is preferred) or `mail-sources'. You may use it for the POP-before-SMTP -authentication. To do that, you need to set the option -`message-send-mail-function' to `message-smtpmail-send-it' and put the -following line in .gnus file: +authentication. To do that, you need to set the +`message-send-mail-function' variable as `message-smtpmail-send-it' +and put the following line in your ~/.gnus.el file: \(add-hook 'message-send-mail-hook 'mail-source-touch-pop) -" + +See the Gnus manual for details." (let ((sources (if mail-source-primary-source (list mail-source-primary-source) mail-sources))) diff --git a/lisp/message.el b/lisp/message.el index b488171c3..0ddcc1a0c 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -3892,8 +3892,8 @@ to find out how to use this." "Send the prepared message buffer with `smtpmail-send-it'. This only differs from `smtpmail-send-it' that this command evaluates `message-send-mail-hook' just before sending a message. It is useful -if your ISP requires the POP-before-SMTP authentication. See the -documentation for the function `mail-source-touch-pop'." +if your ISP requires the POP-before-SMTP authentication. See the Gnus +manual for details." (run-hooks 'message-send-mail-hook) (smtpmail-send-it)) -- 2.25.1