From: yamaoka Date: Mon, 8 Mar 2004 06:55:02 +0000 (+0000) Subject: Synch to No Gnus 200403080654. X-Git-Tag: t-gnus-6_17_4-quimby-~1025 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8b2f40cf5a78ae3c8666069ad3611577310a20f9;p=elisp%2Fgnus.git- Synch to No Gnus 200403080654. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb3bc78..0d040ef 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 87f5a27..1871fec 100644 --- a/lisp/mail-source.el +++ b/lisp/mail-source.el @@ -833,12 +833,14 @@ 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-send-mail-with-smtp' or -`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-send-mail-with-smtp' +or `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 1aecfde..96545f6 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -4416,8 +4416,8 @@ This sub function is for exclusive use of `message-send-news'." "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))