(mail): Documented variable mimenoask
Showing
1 changed file
with
19 additions
and
0 deletions
... | @@ -2033,6 +2033,25 @@ a multipart message. For example: | ... | @@ -2033,6 +2033,25 @@ a multipart message. For example: |
2033 | set metamail="metamail -m mail -p" | 2033 | set metamail="metamail -m mail -p" |
2034 | @end smallexample | 2034 | @end smallexample |
2035 | 2035 | ||
2036 | @item mimenoask | ||
2037 | @*Type: String | ||
2038 | @*Default: Empty | ||
2039 | @vrindex mimenoask, mail variable | ||
2040 | |||
2041 | By default @command{mail} asks for comnfirmation before running | ||
2042 | interpreter to view a part of the multi-part message. If this variable | ||
2043 | is set, its value is treated as a comma-separated list of MIME types | ||
2044 | for which no confirmation is needed. Elements of this list may include | ||
2045 | shell-style globbing patterns, e.g. setting | ||
2046 | |||
2047 | @smallexample | ||
2048 | set mimenoask=text/*,image/jpeg | ||
2049 | @end smallexample | ||
2050 | |||
2051 | @noindent | ||
2052 | will disable prompting before displaying any textual files, no | ||
2053 | matter what their subtype is, and before displaying files with | ||
2054 | type @samp{image/jpeg}. | ||
2036 | 2055 | ||
2037 | @item metoo | 2056 | @item metoo |
2038 | @*Type: Boolean. | 2057 | @*Type: Boolean. | ... | ... |
-
Please register or sign in to post a comment