From: Katsumi Yamaoka Date: Wed, 28 Aug 2002 12:37:52 +0000 (+0000) Subject: * gnus.texi (Posting Server): Document message-smtpmail-send-it. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=61cb7cf63a5e397355de65cfd3fd527570c395ea;p=gnus * gnus.texi (Posting Server): Document message-smtpmail-send-it. * message.texi (Mail Variables): Add message-smtpmail-send-it. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index fcc3f3389..af71e4b3b 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,9 @@ +2002-08-28 Katsumi Yamaoka + + * gnus.texi (Posting Server): Document message-smtpmail-send-it. + + * message.texi (Mail Variables): Add message-smtpmail-send-it. + 2002-08-27 Simon Josefsson * gnus.texi (Mail Source Specifiers): Fix :path default. diff --git a/texi/gnus.texi b/texi/gnus.texi index 8a93d806f..17adc5d82 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -2125,7 +2125,7 @@ Place point on the subject line of the highest-scored unread article. @end table This variable can also be a function. In that case, that function -will be called to place point on a subject line. +will be called to place point on a subject line. If you want to prevent automatic selection in some group (say, in a binary group with Huge articles) you can set the @@ -3853,7 +3853,7 @@ topic. @item subscribe-level When subscribing new groups by topic (see the @code{subscribe} parameter), -the group will be subscribed with the level specified in the +the group will be subscribed with the level specified in the @code{subscribe-level} instead of @code{gnus-level-default-subscribed}. @end table @@ -4160,7 +4160,7 @@ something like: If you would like greater control of the time format, you can use a user-defined format spec. Something like the following should do the -trick: +trick: @lisp (setq gnus-group-line-format @@ -4171,7 +4171,7 @@ trick: (format-time-string "%b %d %H:%M" time) ""))) @end lisp - + @node File Commands @subsection File Commands @@ -5097,7 +5097,7 @@ as an rfc822 @sc{mime} section; if the prefix is 3, decode message and forward as an rfc822 @sc{mime} section; if the prefix is 4, forward message directly inline; otherwise, the message is forwarded as no prefix given but use the flipped value of (@code{message-forward-as-mime}). By -default, the message is decoded and forwarded as an rfc822 @sc{mime} +default, the message is decoded and forwarded as an rfc822 @sc{mime} section. @item S m @@ -8238,7 +8238,7 @@ If a prefix is given, a charset will be asked for. @vindex gnus-article-wash-function The default is to use the function specified by -@code{mm-inline-text-html-renderer} (@pxref{Customization, , , emacs-mime}) +@code{mm-inline-text-html-renderer} (@pxref{Customization, , , emacs-mime}) to convert the @sc{html}, but this is controlled by the @code{gnus-article-wash-function} variable. Pre-defined functions you can use include: @@ -10808,7 +10808,7 @@ When you press those magical @kbd{C-c C-c} keys to ship off your latest Thank you for asking. I hate you. -It can be quite complicated. +It can be quite complicated. @vindex gnus-post-method When posting news, Message usually invokes @code{message-send-news} @@ -10854,6 +10854,10 @@ package correctly. An example: smtpmail-default-smtp-server "YOUR SMTP HOST") @end lisp +To the thing similar to this, there is @code{message-smtpmail-send-it}. +It is useful if your ISP requires the POP-before-SMTP authentication. +See the documentation for the function @code{mail-source-touch-pop}. + Other possible choises for @code{message-send-mail-function} includes @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail}, and @code{feedmail-send-it}. @@ -16104,7 +16108,7 @@ line from the article you respond to in these cases. @code{nnvirtual} groups do not inherit anything but articles and marks from component groups---group parameters, for instance, are not -inherited. +inherited. @node Kibozed Groups @@ -16426,7 +16430,7 @@ with the predicate then defined as: or you could append your predicate to the predefined @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or -wherever. +wherever. @lisp (require 'gnus-agent) @@ -20146,7 +20150,7 @@ functions all take one parameter. Internally, Gnus calls @code{gnus-make-predicate} on these specifiers to create a function that can be called. This input parameter to this function will be passed along to all the functions in the predicate -specifier. +specifier. @node Moderation @@ -20851,7 +20855,7 @@ Specifiers}) follows. (setq mail-sources '((file :prescript "formail -bs spamassassin < /var/mail/%u") (pop :user "jrl" - :server "pophost" + :server "pophost" :postscript "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t"))) @end lisp diff --git a/texi/message.texi b/texi/message.texi index 91063c38f..692a7ff07 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -47,7 +47,7 @@ license to the document, as described in section 6 of the license. @page @vskip 0pt plus 1filll -Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002 +Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document @@ -380,9 +380,9 @@ way. The following variables would come in handy. @vindex message-subscribed-addresses @item message-subscribed-addresses This should be a list of addresses the user is subscribed to. Its -default value is @code{nil}. Example: +default value is @code{nil}. Example: @lisp -(setq message-subscribed-addresses +(setq message-subscribed-addresses '("ding@@gnus.org" "bing@@noose.org")) @end lisp @@ -1206,12 +1206,14 @@ buffers that are initialized as mail. @findex message-send-mail-with-sendmail @findex message-send-mail-with-mh @findex message-send-mail-with-qmail +@findex message-smtpmail-send-it @findex smtpmail-send-it @findex feedmail-send-it Function used to send the current buffer as mail. The default is @code{message-send-mail-with-sendmail}. Other valid values include @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail}, -@code{smtpmail-send-it} and @code{feedmail-send-it}. +@code{message-smtpmail-send-it}, @code{smtpmail-send-it} and +@code{feedmail-send-it}. @item message-mh-deletable-headers @vindex message-mh-deletable-headers @@ -1252,7 +1254,7 @@ the problem will actually occur. @item message-send-mail-partially-limit @vindex message-send-mail-partially-limit The limitation of messages sent as message/partial. -The lower bound of message size in characters, beyond which the message +The lower bound of message size in characters, beyond which the message should be sent in several parts. If it is nil, the size is unlimited. @end table @@ -1586,8 +1588,8 @@ that you are silly and have nothing important to say. Symbol naming a @sc{mime} charset. Non-ASCII characters in messages are assumed to be encoded using this charset. The default is @code{nil}, which means ask the user. (This variable is used only on non-@sc{mule} -Emacsen. -@xref{Charset Translation, , Charset Translation, emacs-mime, +Emacsen. +@xref{Charset Translation, , Charset Translation, emacs-mime, Emacs MIME Manual}, for details on the @sc{mule}-to-@sc{mime} translation process.