aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-12-30 18:19:42 +0800
committerChong Yidong2011-12-30 18:19:42 +0800
commitb30941dba07605b40efbf139eed2007d6b1e5445 (patch)
treeabab54778f52943f8748b3085e5d241974b2958f /etc
parent9858f6c326dfad35733b0dc86231bdd97f2b7703 (diff)
downloademacs-b30941dba07605b40efbf139eed2007d6b1e5445.tar.gz
emacs-b30941dba07605b40efbf139eed2007d6b1e5445.zip
Update Sending Mail chapter of Emacs manual.
* sending.texi (Sending Mail): Document initial mail buffer name, and changed multiple mail buffer behavior. (Mail Format): Put the example at the top of the section. (Mail Headers): Move discussion of "From" to the top. (Mail Sending): Document sendmail-query-once. (Citing Mail): Make it less Rmail-specific.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS13
1 files changed, 6 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f37f562ec82..c0058800919 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -116,7 +116,8 @@ and pops down the *Completions* buffer accordingly.
116 116
117** Mail changes 117** Mail changes
118 118
119The default of `send-mail-function' is now `sendmail-query-once', 119+++
120*** The default of `send-mail-function' is now `sendmail-query-once',
120which asks the user (once) whether to use the smtpmail package to send 121which asks the user (once) whether to use the smtpmail package to send
121email, or to use the old defaults that rely on external mail 122email, or to use the old defaults that rely on external mail
122facilities (`sendmail-send-it' on GNU/Linux and other Unix-like 123facilities (`sendmail-send-it' on GNU/Linux and other Unix-like
@@ -156,14 +157,12 @@ If you had that set, then you need to put
156 157
157in your ~/.authinfo file instead. 158in your ~/.authinfo file instead.
158 159
159*** sendmail changes 160*** Mail mode changes (this is the old Mail mode, not Message mode)
160+++ 161+++
161You can now add MIME attachments to outgoing messages with the new 162**** New command `mail-add-attachment' for adding MIME attachments
162command `mail-add-attachment'.
163
164--- 163---
165The command `mail-attach-file' was renamed to `mail-insert-file'; the 164**** The command `mail-attach-file' was renamed to `mail-insert-file'.
166old name is now an obsolete alias to the new name. 165The old name is now an obsolete alias to the new name.
167 166
168** Emacs server and client changes 167** Emacs server and client changes
169+++ 168+++