From: Oleg Broytman Date: Fri, 14 Feb 2014 18:04:40 +0000 (+0400) Subject: Document that Content-Type:name is also decoded X-Git-Tag: v2.3.5~12 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=2b81e4c6b65e7f0e91a98da32fa46c884bedf6aa Document that Content-Type:name is also decoded Document that Content-Type:name parameter is also in the list of parameters to be decoded by default. --- diff --git a/mimedecode.docbook b/mimedecode.docbook index 90eb11e..b4c0187 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -210,9 +210,10 @@ command-line options. -p header:param - Add the (header, param) pair to a list of headers' parameters to - decode; initially the list contains header "Content-Disposition", - parameter "filename". + Add the pair (header, param) to a list of headers' parameters to + decode; initially the list contains header "Content-Type", + parameter "name" and header "Content-Disposition", parameter + "filename".