Clean mail files after dealing with them.
authorJunio C Hamano <junkio@cox.net>
Thu, 6 Oct 2005 21:25:52 +0000 (14:25 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 6 Oct 2005 21:25:52 +0000 (14:25 -0700)
commit4ebe63dfe6f2a8c652ecd8dfe6ab8a77b6c82b2f
tree251105b4524cb53515ae49551db7d6f40e3c7966
parent47f0b6d5d49247b85898083d1ccf4f899ef7294a
Clean mail files after dealing with them.

When you are applying 200 mails in sequence, .dotest/ directory
will be littered with many messsages, and when the patch in one
of them fails to apply, it is not obvious which message was
being processed.  Remove the one that has been already dealt
with, so that the last failed one is found typically as the
lowest numbered split message.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-applymbox.sh