From: David Levine Date: Sun, 25 Nov 2012 15:17:15 +0000 (-0600) Subject: In pick(1), attempt to decode each header field as if it were X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=b539e0ea24655af841e2e20e3dda3950e9736fac In pick(1), attempt to decode each header field as if it were MIME encoded. --- diff --git a/docs/pending-release-notes b/docs/pending-release-notes index bbdcedc..f69999c 100644 --- a/docs/pending-release-notes +++ b/docs/pending-release-notes @@ -31,6 +31,7 @@ NEW FEATURES highlight/colorize the output of scan(1). - inc(1) now supports a -port switch to specify the port used by the POP server. +- pick(1) now decodes MIME-encoded header fields before searching. ----------------------------