mailinfo: strip "RE: " prefix
commitd5b4d80d1cc056d5cc4a18f457133b2de8fc685a
authorJunio C Hamano <gitster@pobox.com>
Sun, 9 Sep 2012 09:59:58 +0000 (9 02:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Sep 2012 09:59:58 +0000 (9 02:59 -0700)
tree84c1d9b004e0ac379b4430c89ed47a0e54fe538c
parent871e293c9acbeaacce59dcd98fab6028f552f5be
mailinfo: strip "RE: " prefix

We already strip the more common Re: and re:, and we do not often
see RE: from saner MUA, but this prefix does exist and gets used
from time to time.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/mailinfo.c