/usr/share/doc/mailutils-doc/mailutils.html/Mimeview-Invocation.html is in mailutils-doc 1:2.99.98-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
Copyright (C) 1999-2004, 2008-2012 Free Software Foundation,
Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover, and no Back-Cover texts.
A copy of the license is included in the section entitled "GNU Free
Documentation License". -->
<!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->
<head>
<title>GNU Mailutils Manual: Mimeview Invocation</title>
<meta name="description" content="GNU Mailutils Manual: Mimeview Invocation">
<meta name="keywords" content="GNU Mailutils Manual: Mimeview Invocation">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="Function-Index.html#Function-Index" rel="index" title="Function Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="mimeview.html#mimeview" rel="up" title="mimeview">
<link href="Mimeview-Config.html#Mimeview-Config" rel="next" title="Mimeview Config">
<link href="mimeview.html#mimeview" rel="previous" title="mimeview">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="Mimeview-Invocation"></a>
<div class="header">
<p>
Next: <a href="Mimeview-Config.html#Mimeview-Config" accesskey="n" rel="next">Mimeview Config</a>, Up: <a href="mimeview.html#mimeview" accesskey="u" rel="up">mimeview</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Function-Index.html#Function-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Mimeview-Invocation-1"></a>
<h4 class="subsection">3.12.1 Mimeview Invocation</h4>
<p>The following table summarizes options specific for <code>mimeview</code>:
</p>
<dl compact="compact">
<dt><samp>-a[<var>type-list</var>]</samp></dt>
<dt><samp>--no-ask[=<var>type-list</var>]</samp></dt>
<dd><p>By default <code>mimeview</code> asks for confirmation before running
interpreter to view a message. If this option is used without
argument, it disables the default behavior for all message
types. Otherwise, if argument <var>type-list</var> is given, it specifies
a comma-separated list of MIME types for which no questions should be
asked. Elements of this list may include shell-style globbing
patterns, e.g. setting
</p>
<div class="example">
<pre class="example">--no-ask='text/*,image/jpeg'
</pre></div>
<p>will disable prompting before displaying any textual files, no
matter what their subtype is, and before displaying files with
type ‘<samp>image/jpeg</samp>’.
</p>
<p>Notice, that when the long form is used, its argument
must be separated from the option by a single equal sign, as shown
in the example above. When the short form (<samp>-a</samp>) is used, its argument
must follow the option immediately, without any intervening whitespace,
e.g. <samp>-a'text/*'</samp>).
</p>
</dd>
<dt><samp>-d[<var>flags</var>]</samp></dt>
<dt><samp>--debug[=<var>flags</var>]</samp></dt>
<dd><p>Enables debugging output. <var>Flags</var> is a sequence of characters
specifying the desired debugging level. Following characters are
meaningful in <var>flags</var>:
</p>
<dl compact="compact">
<dt>g</dt>
<dd><p>Enables debugging of <samp>mime.types</samp> parser
</p>
</dd>
<dt>l</dt>
<dd><p>Enables debugging of <samp>mime.types</samp> lexical analyzer (warning:
produces <em>very</em> copious output)
</p>
</dd>
<dt>1</dt>
<dd><p>Prints basic information about actions to be executed and reports
about exit status of executed commands.
</p>
</dd>
<dt>2</dt>
<dd><p>Additionally displays each file name along with its MIME type
</p>
</dd>
<dt>3</dt>
<dd><p>Additionally traces the process of looking up the matching entry
in <code>mailcap</code> files.
</p>
</dd>
<dt>digits from 4 to 9</dt>
<dd><p>The same as 3, currently.
</p></dd>
</dl>
<p>If <var>flags</var> are not given, the default ‘<samp>9</samp>’ is assumed.
</p>
</dd>
<dt><samp>--metamail[=<var>file</var>]</samp></dt>
<dd><p>Run <code>metamail</code> to display files, instead of using the internal
mechanisms. If <var>file</var> is specified, it is taken as
<code>metamail</code> command line.
</p>
</dd>
<dt><samp>-h</samp></dt>
<dt><samp>--no-interactive</samp></dt>
<dt><samp>--print</samp></dt>
<dd><p>This options tells <code>mimeview</code> that it should run in
non-interactive mode. In this mode prompting is disabled, and
the normal mailcap <code>command</code> field is not executed. Instead
<code>mimeview</code> will execute the command specified in
the <code>print</code> field. If there is nothing in the print field,
the mailcap entry is ignored and the search continues for a matching
mailcap entry that does have a <code>print</code> field.
</p>
<p>Notice, that unlike in <code>metamail -h</code>, this option does
not force <code>mimeview</code> to send the output to the printer
daemon.
</p>
<p>When used with <samp>--metamail</samp> option, this option passes
<samp>-h</samp> flag to the invocation of <code>metamail</code>.
</p>
<p>By default <code>mimeview</code> behaves as if given
<samp>--no-interactive</samp> option whenever its standard input is not
a tty device.
</p>
</dd>
<dt><samp>-n</samp></dt>
<dt><samp>--dry-run</samp></dt>
<dd><p>Do not do anything, just print what would be done. Implies
<samp>--debug=1</samp>, unless the debugging level is set up explicitly.
</p>
</dd>
<dt><samp>-t <var>file</var></samp></dt>
<dt><samp>--mimetypes <var>file</var></samp></dt>
<dd><p>Use <var>file</var> as <samp>mime.types</samp> file. If <var>file</var> is a
directory, use <samp><var>file</var>/mime.types</samp>
</p></dd>
</dl>
<hr>
<div class="header">
<p>
Next: <a href="Mimeview-Config.html#Mimeview-Config" accesskey="n" rel="next">Mimeview Config</a>, Up: <a href="mimeview.html#mimeview" accesskey="u" rel="up">mimeview</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Function-Index.html#Function-Index" title="Index" rel="index">Index</a>]</p>
</div>
</body>
</html>
|