Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4d64d522
...
4d64d522226fefbcbf3802a6f5d8b6ed9cc9d97b
authored
2005-03-12 19:22:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail): Documented variable mimenoask
1 parent
40de74b8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
doc/texinfo/programs.texi
doc/texinfo/programs.texi
View file @
4d64d52
...
...
@@ -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.
...
...
Please
register
or
sign in
to post a comment