From b771dd15001bf68df912f1b991eb9cecce8d1b49 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 15 Mar 2014 19:34:42 +0400 Subject: [PATCH] Add more details about -Bbeit options --- mimedecode.docbook | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/mimedecode.docbook b/mimedecode.docbook index 58ca08d..d61acae 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -404,9 +404,9 @@ Append mask to the list of binary content types; if the message to - decode has a part of this type the program will - content-transfer-decode (base64 or whatever to 8bit binary) it but - pass the part as is, without any further processing. + decode has a part of this type the program content-transfer-decodes + (base64 or whatever to 8bit binary) it and outputs the decoded part + as is, without any further processing. @@ -425,9 +425,10 @@ -i mask - Append mask to the list of content types to ignore; if the message to - decode has a part of this type the program will not pass it, instead - a line "Message body of type `%s' skipped." will be issued. + Append mask to the list of content types to ignore; if the message + to decode has a part of this type the program outputs headers but + skips the body. Instead a line "Message body of type %s skipped." + will be issued. @@ -437,9 +438,9 @@ Append mask to the list of content types to convert to text; if the - message to decode has a part of this type the program will consult - mailcap database, find first copiousoutput filter and convert the - part. + message to decode has a part of this type the program consults + mailcap database, find the first copiousoutput filter and, if any + filter is found, converts the part. @@ -469,7 +470,7 @@ Set destination directory for the output files; if the directory - doesn't exist it will be created. Default is current directory. + doesn't exist it will be created. Default is the current directory. -- 2.39.2