diff options
author | Jan H. Schönherr <schnhrr@cs.tu-berlin.de> | 2012-10-18 16:43:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-18 14:24:16 -0700 |
commit | 41dd00bad3d7614be7e8a41ed3f31878af86758b (patch) | |
tree | 71dd7360ab4ee135ec1be914c9788dd9d488b001 /test-revision-walking.c | |
parent | 0fcec2ce5467740eb613da6a977deca3e7e866ba (diff) | |
download | git-41dd00bad3d7614be7e8a41ed3f31878af86758b.tar.gz |
format-patch: fix rfc2047 address encoding with respect to rfc822 specials
According to RFC 2047 and RFC 822, rfc2047 encoded words and and rfc822
quoted strings do not mix. Since add_rfc2047() no longer leaves RFC 822
specials behind, the quoting is also no longer necessary to create a
standard-conforming mail.
Remove the quoting, when RFC 2047 encoding takes place. This actually
requires to refactor add_rfc2047() a bit, so that the different cases
can be distinguished.
With this patch, my own name gets correctly decoded as Jan H. Schönherr
(without quotes) and not as "Jan H. Schönherr" (with quotes).
Signed-off-by: Jan H. Schönherr <schnhrr@cs.tu-berlin.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'test-revision-walking.c')
0 files changed, 0 insertions, 0 deletions