X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=86e84a6d316b348049efd8b3519e935b1d1daa69;hb=eee83ff25c87ab0f7abb8b77637f8b24a509250b;hp=0346b2bd36b9c80df81eef5b6932eded46ebcbf3;hpb=0a403f7adfdd3a7fcc019b84affa602e8e934169;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 0346b2b..86e84a6 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -58,17 +58,33 @@ + + + + - + - + - + + + + + + + + + + + + + @@ -297,31 +313,59 @@ - -r header + -r header1[,header2,header3...] - Add the header to a list of headers to remove completely; initially - the list is empty. + Add the header(s) to a list of headers to remove completely; + initially the list is empty. - -R header:param + -r *[,-header1,-header2,-header3...] + + + Remove all headers except listed. + + + + + + -R header1[,header2,header3,...]:param1[,param2,param3,...] + + + Add the parameters(s) to a list of headers parameters to remove; + the parameters will be decoded only for the given header(s). + Initially the list is empty. + + + + + + -R *[,-header1,-header2,-header3,...]:param1[,param2,param3,...] + + + + -R header1[,header2,header3,...]:*[,-param1,-param2,-param3,...] + + + + -R *[,-header1,-header2,-header3,...]:*[,-param1,-param2,-param3,...] - Add the pair (header, param) to a list of headers parameters to - remove; initially the list is empty. + Remove listed parameters (or all parameters except listed) frome + these headers (or from all headers except listed). - --remove-params=header + --set-header header:value - Add the header to a list of headers from which all parameters will - be removed; initially the list is empty. + The program sets or changes value for the header to the given value + (only at the top-level message).