aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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+++