X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;fp=mimedecode.docbook;h=d61acaef38957d1dc203027ea23302cb717bb267;hb=b771dd15001bf68df912f1b991eb9cecce8d1b49;hp=58ca08d5b2cabbf342ffc8dde8ffca9d975c50dd;hpb=4a8b456be276949fafd75df3c09b34ddcc2d052e;p=mimedecode.git 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.