send-email: handle adjacent RFC 2047-encoded words properly
commitab47e2a583917ecef5da269cc640f8359c8467ac
authorРоман Донченко <dpb@corrigendum.ru>
Sun, 14 Dec 2014 15:59:47 +0000 (14 18:59 +0300)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Dec 2014 17:06:40 +0000 (15 09:06 -0800)
tree45104be9f5463dd7998e4f4f096d998b646a037f
parent11f70a7e29ff7167e89aad186d763a4b017e48d9
send-email: handle adjacent RFC 2047-encoded words properly

The RFC says that they are to be concatenated after decoding (i.e. the
intervening whitespace is ignored).

Signed-off-by: Роман Донченко <dpb@corrigendum.ru>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl
t/t9001-send-email.sh