summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8cac522f0..7e55823c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2012-07-18
+GNU mailutils NEWS -- history of user-visible changes. 2012-07-19
Copyright (C) 2002-2012 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -135,6 +135,20 @@ Here, the file "prog" will be attached witg the content type
"main.c" and "ext.h" will be marked with content type "text/c" and
encoded using "quoted-printable" algorithm.
+The mail shell provides the following new escapes to handle attachments:
+
+ ~l
+ Lists all attachments. The output is a numbered list of
+ attachments with their corresponding content types and
+ encodings.
+
+ ~+ filename [content-type [encoding]]
+ Attach the file `filename'. Optional arguments supply the content
+ type and encoding to use instead of the defaults.
+
+ ~^ N
+ Delete Nth attachment.
+
** MH: improved compatibility with other implementations
** MH inc: new option --moveto

Return to:

Send suggestions and report system problems to the System administrator.