]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.docbook
Add option --set-param=header:param=value
[mimedecode.git] / mimedecode.docbook
index 8fbb51be36769d5d028d79dd3a24d959465c4c87..8a939f68e0aec30ebbe1f0821398eeb5c4f5648b 100644 (file)
       <arg choice="opt">
         <option>-R *[,-header1,-header2,-header3,...]:*[,-param1,-param2,-param3,...]</option>
       </arg>
+      <arg choice="opt">
+         <option>--set-header header:value</option>
+      </arg>
+      <arg choice="opt">
+         <option>--set-param header:param=value</option>
+      </arg>
       <arg choice="opt">
          <option>-beit mask</option>
       </arg>
       </listitem>
    </varlistentry>
 
+   <varlistentry>
+      <term>--set-header header:value</term>
+      <listitem>
+         <para>
+           The program sets or changes value for the header to the given value
+           (only at the top-level message).
+         </para>
+      </listitem>
+   </varlistentry>
+
+   <varlistentry>
+      <term>--set-param header:param=value</term>
+      <listitem>
+         <para>
+           The program sets or changes value for the header's parameter to the
+           given value (only at the top-level message). The header must exist.
+         </para>
+      </listitem>
+   </varlistentry>
+
    <varlistentry>
       <term>-b mask</term>
       <listitem>