aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMiles Bader2008-01-08 14:16:13 +0000
committerMiles Bader2008-01-08 14:16:13 +0000
commitd82cf70b7fe93c7928a59a3c6ae8d2680237f60d (patch)
tree844e244273c595ae4a64fe1798d22e304cef5bcb /doc
parent7a00b900498b00a3b9f4b7c055df2a767516dc83 (diff)
downloademacs-d82cf70b7fe93c7928a59a3c6ae8d2680237f60d.tar.gz
emacs-d82cf70b7fe93c7928a59a3c6ae8d2680237f60d.zip
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-985
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog8
-rw-r--r--doc/misc/gnus.texi30
-rw-r--r--doc/misc/message.texi23
3 files changed, 37 insertions, 24 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index e77cf421366..975b65dfc37 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,11 @@
12008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4 Server". Add `message-send-mail-with-mailclient'.
5
6 * gnus.texi (Posting Server): Move some text to "(message)Mail
7 Variables" and add a reference here.
8
12008-01-04 Michael Albinus <michael.albinus@gmx.de> 92008-01-04 Michael Albinus <michael.albinus@gmx.de>
2 10
3 * dbus.texi (Receiving Method Calls): New chapter. 11 * dbus.texi (Receiving Method Calls): New chapter.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 521ac05c6fb..690c63e4460 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -10,7 +10,7 @@
10 10
11@copying 11@copying
12Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 12Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001,
132002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 132002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
14 14
15@quotation 15@quotation
16Permission is granted to copy, distribute and/or modify this document 16Permission is granted to copy, distribute and/or modify this document
@@ -12139,28 +12139,12 @@ for posting.
12139Finally, if you want to always post using the native select method, 12139Finally, if you want to always post using the native select method,
12140you can set this variable to @code{native}. 12140you can set this variable to @code{native}.
12141 12141
12142When sending mail, Message invokes @code{message-send-mail-function}. 12142@vindex message-send-mail-function
12143The default function, @code{message-send-mail-with-sendmail}, pipes 12143When sending mail, Message invokes the function specified by the
12144your article to the @code{sendmail} binary for further queuing and 12144variable @code{message-send-mail-function}. Gnus tries to set it to a
12145sending. When your local system is not configured for sending mail 12145value suitable for your system.
12146using @code{sendmail}, and you have access to a remote @acronym{SMTP} 12146@xref{Mail Variables, ,Mail Variables,message,Message manual}, for more
12147server, you can set @code{message-send-mail-function} to 12147information.
12148@code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
12149package correctly. An example:
12150
12151@lisp
12152(setq message-send-mail-function 'smtpmail-send-it
12153 smtpmail-default-smtp-server "YOUR SMTP HOST")
12154@end lisp
12155
12156To the thing similar to this, there is
12157@code{message-smtpmail-send-it}. It is useful if your @acronym{ISP}
12158requires the @acronym{POP}-before-@acronym{SMTP} authentication.
12159@xref{POP before SMTP}.
12160
12161Other possible choices for @code{message-send-mail-function} includes
12162@code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
12163and @code{feedmail-send-it}.
12164 12148
12165@node POP before SMTP 12149@node POP before SMTP
12166@section POP before SMTP 12150@section POP before SMTP
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index fab5aaf173a..37c3384c1e8 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -9,7 +9,7 @@
9This file documents Message, the Emacs message composition mode. 9This file documents Message, the Emacs message composition mode.
10 10
11Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 11Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
122004, 2005, 2006, 2007 Free Software Foundation, Inc. 122004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13 13
14@quotation 14@quotation
15Permission is granted to copy, distribute and/or modify this document 15Permission is granted to copy, distribute and/or modify this document
@@ -1564,18 +1564,39 @@ when it doesn't lead to the user having to wait.
1564@table @code 1564@table @code
1565@item message-send-mail-function 1565@item message-send-mail-function
1566@vindex message-send-mail-function 1566@vindex message-send-mail-function
1567@findex message-send-mail-function
1567@findex message-send-mail-with-sendmail 1568@findex message-send-mail-with-sendmail
1568@findex message-send-mail-with-mh 1569@findex message-send-mail-with-mh
1569@findex message-send-mail-with-qmail 1570@findex message-send-mail-with-qmail
1570@findex message-smtpmail-send-it 1571@findex message-smtpmail-send-it
1571@findex smtpmail-send-it 1572@findex smtpmail-send-it
1572@findex feedmail-send-it 1573@findex feedmail-send-it
1574@findex message-send-mail-with-mailclient
1573Function used to send the current buffer as mail. The default is 1575Function used to send the current buffer as mail. The default is
1574@code{message-send-mail-with-sendmail}, or @code{smtpmail-send-it} 1576@code{message-send-mail-with-sendmail}, or @code{smtpmail-send-it}
1575according to the system. Other valid values include 1577according to the system. Other valid values include
1578@code{message-send-mail-with-mailclient},
1576@code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail}, 1579@code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
1577@code{message-smtpmail-send-it} and @code{feedmail-send-it}. 1580@code{message-smtpmail-send-it} and @code{feedmail-send-it}.
1578 1581
1582The function
1583@code{message-send-mail-with-sendmail} pipes your article to the
1584@code{sendmail} binary for further queuing and sending. When your local
1585system is not configured for sending mail using @code{sendmail}, and you
1586have access to a remote @acronym{SMTP} server, you can set
1587@code{message-send-mail-function} to @code{smtpmail-send-it} and make
1588sure to setup the @code{smtpmail} package correctly. An example:
1589
1590@lisp
1591(setq message-send-mail-function 'smtpmail-send-it
1592 smtpmail-default-smtp-server "YOUR SMTP HOST")
1593@end lisp
1594
1595To the thing similar to this, there is
1596@code{message-smtpmail-send-it}. It is useful if your @acronym{ISP}
1597requires the @acronym{POP}-before-@acronym{SMTP} authentication.
1598@xref{POP before SMTP, , POP before SMTP, gnus, The Gnus Manual}.
1599
1579@item message-mh-deletable-headers 1600@item message-mh-deletable-headers
1580@vindex message-mh-deletable-headers 1601@vindex message-mh-deletable-headers
1581Most versions of MH doesn't like being fed messages that contain the 1602Most versions of MH doesn't like being fed messages that contain the