summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-12 19:22:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-12 19:22:47 +0000
commit4d64d522226fefbcbf3802a6f5d8b6ed9cc9d97b (patch)
treefb8684f4bbfee3607fbd5eb4684ee5837d2c70cf /doc
parent40de74b83183ce9c71bec0469644f0fe4dbdd333 (diff)
downloadmailutils-4d64d522226fefbcbf3802a6f5d8b6ed9cc9d97b.tar.gz
mailutils-4d64d522226fefbcbf3802a6f5d8b6ed9cc9d97b.tar.bz2
(mail): Documented variable mimenoask
Diffstat (limited to 'doc')
-rw-r--r--doc/texinfo/programs.texi19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/texinfo/programs.texi b/doc/texinfo/programs.texi
index 493b336f9..980f540ed 100644
--- a/doc/texinfo/programs.texi
+++ b/doc/texinfo/programs.texi
@@ -2033,6 +2033,25 @@ a multipart message. For example:
set metamail="metamail -m mail -p"
@end smallexample
+@item mimenoask
+@*Type: String
+@*Default: Empty
+@vrindex mimenoask, mail variable
+
+By default @command{mail} asks for comnfirmation before running
+interpreter to view a part of the multi-part message. If this variable
+is set, its value is treated as a comma-separated list of MIME types
+for which no confirmation is needed. Elements of this list may include
+shell-style globbing patterns, e.g. setting
+
+@smallexample
+set mimenoask=text/*,image/jpeg
+@end smallexample
+
+@noindent
+will disable prompting before displaying any textual files, no
+matter what their subtype is, and before displaying files with
+type @samp{image/jpeg}.
@item metoo
@*Type: Boolean.

Return to:

Send suggestions and report system problems to the System administrator.