mailinfo: 'From:' header should be unfold as well
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Mon, 12 Jan 2009 23:22:11 +0000 (15:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jan 2009 23:22:11 +0000 (15:22 -0800)
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>
No differences found