X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=61a30b863710625d4256011ababe3435c5f589c3;hb=3782c584d7ed8cc1abf70c2b5a6b5d1963366a2f;hp=7ca12cd5fa6a60c0db9d934533acba54724733b1;hpb=2478edc3fbaac6f9aa62f17af1e18c0b7e4510f0;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 7ca12cd..61a30b8 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -90,7 +90,7 @@ - + @@ -422,6 +422,17 @@ + + -I mask + + + Append mask to the list of content types to completely ignore. + There will be no output - no headers, no body, no warning. For a + multipart part the entire subtree is removed. + + + + -i mask @@ -521,9 +532,9 @@ cat input_file | mimedecode.py -o output_file - Option -i can also ignore a multipart subpart of a MIME message. In that case - the entire subtree of that multipart is removed and replaced with ignore - warning. + Options -e/-I/-i can also work with multipart subparts of a MIME message. In + case of -I/-i the entire subtree of that multipart is removed; with -i it's + replaced with ignore warning.