]> git.phdru.name Git - mimedecode.git/commitdiff
Doc update
authorOleg Broytman <phd@phdru.name>
Wed, 5 Feb 2014 16:42:07 +0000 (20:42 +0400)
committerOleg Broytman <phd@phdru.name>
Wed, 5 Feb 2014 16:42:07 +0000 (20:42 +0400)
Only non-multipart subparts are tested against -beit options.

mimedecode.docbook

index 746fedad5c3daaaa0a3c78c896a6f4b745e4d5f7..90eb11eb5f46e9bdf8e2d59669cd947de228b67b 100644 (file)
@@ -298,15 +298,15 @@ else. Easy:
 </para>
 
 <para>
-   When the program decodes a message (or its part), it consults
-Content-Type header. The content type is searched in all 4 lists, in order
-"text-binary-ignore-error". If found, appropriate action performed. If not
-found, the program search the same lists for "type/*" mask (the type of
-"text/html" is just "text"). If found, appropriate action performed. If not
-found, the program search the same lists for "*/*" mask. If found,
-appropriate action performed. If not found, the program uses default
-action, which is to decode everything to text (if mailcap specifies
-a filter).
+   When the program decodes a message (non-MIME or a non-multipart subpart of a
+   MIME message), it consults Content-Type header. The content type is searched
+   in all 4 lists, in order "text-binary-ignore-error". If found, appropriate
+   action performed. If not found, the program search the same lists for
+   "type/*" mask (the type of "text/html" is just "text"). If found,
+   appropriate action performed. If not found, the program search the same
+   lists for "*/*" mask. If found, appropriate action performed. If not found,
+   the program uses default action, which is to decode everything to text (if
+   mailcap specifies a filter).
 </para>
 
 <para>