mailinfo: fold decode_header_bq() into decode_header()
commit3a8fcdaf844910578d91ff225bcb1587ddb4d062
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Oct 2015 22:33:44 +0000 (14 15:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Oct 2015 05:13:27 +0000 (18 22:13 -0700)
treec55d5c82b2dc39e8f7733321bd84dd16e0f06c94
parent2a5ce7cf0da8c4d97dd58f5cbc6092b394648356
mailinfo: fold decode_header_bq() into decode_header()

In olden days we might have wanted to behave differently in
decode_header() if the header line was encoded with RFC2047, but we
apparently do not do so, hence this helper function can go, together
with its return value.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/mailinfo.c