mailinfo: decode underscore used in "Q" encoding properly.
authorJunio C Hamano <junkio@cox.net>
Fri, 21 Apr 2006 07:06:58 +0000 (00:06 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 21 Apr 2006 07:09:28 +0000 (00:09 -0700)
commit757319309ac26d136d6f21a40c81fb53073c5dc9
tree6a09e7ce97bba26d71ac1fe2ae32ea7347f6c33d
parentd598075e52634665bd25a80b085e300d338d21f5
mailinfo: decode underscore used in "Q" encoding properly.

Quoted-Printable (RFC 2045) and the "Q" encoding (RFC 2047) are
subtly different; the latter is used on the mail header and an
underscore needs to be decoded to 0x20.

Signed-off-by: Junio C Hamano <junkio@cox.net>
mailinfo.c