author | Kirill Smelkov <kirr@landau.phys.spbu.ru> | |
Mon, 12 Jan 2009 23:22:11 +0000 (15:22 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 12 Jan 2009 23:22:11 +0000 (15:22 -0800) | ||
commit | ddfb3696b91e2a2261b79d0828a7a715e3d71c1e | |
tree | 269ef06570087226f3c9d939ba8349a74a29b82e | tree | snapshot |
parent | 353aaf2fa136d34db64d1e4af12cc12431466a9e | commit | diff |
mailinfo: 'From:' header should be unfold as well
At present we do headers unfolding (see RFC822 3.1.1. LONG HEADER FIELDS) for
all fields except 'From' (always) and 'Subject' (when keep_subject is set)
Not unfolding 'From' is a bug -- see above-mentioned RFC link.
Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
At present we do headers unfolding (see RFC822 3.1.1. LONG HEADER FIELDS) for
all fields except 'From' (always) and 'Subject' (when keep_subject is set)
Not unfolding 'From' is a bug -- see above-mentioned RFC link.
Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-mailinfo.c | diff | blob | history | |
t/t5100/sample.mbox | diff | blob | history |