More accurately detect header lines in read_one_header_line
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 23 May 2006 19:53:20 +0000 (13:53 -0600)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 May 2006 21:08:32 +0000 (14:08 -0700)
commitf30b20282babcd77bcadef70b4e36e24cd1f6d59
tree777f2dfb14ecfbd3ea11ba4f983ac1ce57af9e6f
parent1f36bee67e604735bc48be7fc731a823e6c5807f
More accurately detect header lines in read_one_header_line

Only count lines of the form '^.*: ' and '^From ' as email
header lines.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
mailinfo.c