From 64bde269318eb10622bdc5477ae30df8b6592e15 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 5 Feb 2014 20:42:07 +0400 Subject: [PATCH] Doc update Only non-multipart subparts are tested against -beit options. --- mimedecode.docbook | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mimedecode.docbook b/mimedecode.docbook index 746feda..90eb11e 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -298,15 +298,15 @@ else. Easy: - 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). -- 2.39.2