From: Kirill Smelkov Date: Sun, 1 Feb 2009 17:45:05 +0000 (+0300) Subject: mailinfo: cleanup extra spaces for complex 'From:' X-Git-Tag: v1.6.2-rc0~40 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/08e6710f76165f79cfa3cde9b10bb051fb0d0dc9?hp=08e6710f76165f79cfa3cde9b10bb051fb0d0dc9 mailinfo: cleanup extra spaces for complex 'From:' currently for cases like From: A U Thor (Comment) mailinfo extracts the following 'Author:' field: Author: A U Thor (Comment) ^^ which has two extra spaces left in there after removed email part. I think this is wrong so here is a fix. Signed-off-by: Kirill Smelkov Signed-off-by: Junio C Hamano ---