X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=8fbb51be36769d5d028d79dd3a24d959465c4c87;hb=d7dfcbb898e017cd6a25e6164ab323987dc277d3;hp=75ec36798b496bf80a167002f8ee25719b07043f;hpb=db0cd67905f741dcf93af7706c282afadf051718;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 75ec367..8fbb51b 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -58,7 +58,11 @@ + + + + @@ -68,10 +72,16 @@ - + + + + + + + - + @@ -319,21 +329,30 @@ - -R header:param + -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. + 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. - --remove-params=header + -R *[,-header1,-header2,-header3,...]:param1[,param2,param3,...] + + + + -R header1[,header2,header3,...]:*[,-param1,-param2,-param3,...] + + + + -R *[,-header1,-header2,-header3,...]:*[,-param1,-param2,-param3,...] - Add the header to a list of headers from which all parameters will - be removed; initially the list is empty. + Remove listed parameters (or all parameters except listed) frome + these headers (or from all headers except listed).