Move B and Q decoding into check header.
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 23 May 2006 19:45:37 +0000 (13:45 -0600)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 May 2006 21:01:59 +0000 (14:01 -0700)
commit3350453014324e375cdca722b50e93cdd78894ed
tree06b01210ab07262ca2417da44df3c669ec9fd039
parentf8128cfb8d5892e76611d024a19c1ecdace9a39e
Move B and Q decoding into check header.

B and Q decoding is not appropriate for in body headers, so move
it up to where we explicitly know we have a real email header.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
mailinfo.c