]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.docbook
Sort rules by alphabetic order of the destinations
[mimedecode.git] / mimedecode.docbook
index 1e6567a4068990ad306050e9dfeb2edf05d04898..29a02e08b95831c7cca7b917dc0e65c906826a56 100644 (file)
       <arg choice="opt">
          <option>-beit mask</option>
       </arg>
-      <arg choice="opt">filename</arg>
+      <arg choice="opt">
+         <option>-o output_file</option>
+      </arg>
+      <arg choice="opt">input_file
+        <arg choice="opt">output_file</arg>
+      </arg>
    </cmdsynopsis>
 </refsynopsisdiv>
 
@@ -88,7 +93,7 @@ multipart/mixed, e.g) every part is recursively decoded. If it is not
 multipart, mailcap database is consulted to find a way to convert the body to
 plain text. (I have no idea how mailcap could be configured on said M$ Ophice
 GUI, please don't ask me; real OS users can consult my example at
-http://phd.pp.ru/Software/dotfiles/mailcap.html). The decoding process uses
+http://phdru.name/Software/dotfiles/mailcap.html). The decoding process uses
 first copiousoutput filter it can find. If there is no any filter the body just
 passed unconverted.
 </para>
@@ -235,6 +240,17 @@ flushed to stdout.
          </para>
       </listitem>
    </varlistentry>
+
+   <varlistentry>
+      <term>-o output_file</term>
+      <listitem>
+         <para>
+            Useful to set the output file in case of redirected stdin:
+            <programlisting language="sh">mimedecode.py -o output_file &lt; input_file
+cat input_file | mimedecode.py -o output_file</programlisting>
+         </para>
+      </listitem>
+   </varlistentry>
 </variablelist>
 
 <para>
@@ -300,7 +316,7 @@ the program will recode the message to the wrong charset.
 <refsect1>
 <title>AUTHOR</title>
 <para>
-   Oleg Broytmann &lt;phd@phd.pp.ru&gt;
+   Oleg Broytman &lt;phd@phdru.name&gt;
 </para>
 </refsect1>
 
@@ -308,7 +324,7 @@ the program will recode the message to the wrong charset.
 <refsect1>
 <title>COPYRIGHT</title>
 <para>
-   Copyright (C) 2001-2004 PhiloSoft Design
+   Copyright (C) 2001-2014 PhiloSoft Design
 </para>
 </refsect1>
 
@@ -335,7 +351,7 @@ the program will recode the message to the wrong charset.
 <refsect1>
 <title>SEE ALSO</title>
 <para>
-   mimedecode.py home page: http://phd.pp.ru/Software/Python/#mimedecode
+   mimedecode.py home page: http://phdru.name/Software/Python/#mimedecode
 </para>
 </refsect1>