We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40e2d8d + db78794 commit 63434daCopy full SHA for 63434da
1 file changed
builtin/mailsplit.c
@@ -59,7 +59,6 @@ static int split_one(FILE *mbox, const char *name, int allow_bare)
59
int is_bare = !is_from_line(buf.buf, buf.len);
60
61
if (is_bare && !allow_bare) {
62
- unlink(name);
63
fprintf(stderr, "corrupt mailbox\n");
64
exit(1);
65
}
0 commit comments