mdeliver: improve message when not delivering to a maildir

pull/121/head
Leah Neukirchen 6 years ago
parent ece2717771
commit 817a111909

@ -88,6 +88,8 @@ tryagain:
if (outfd < 0) {
if (errno == EEXIST)
goto tryagain;
fprintf(stderr, "mrefile: %s: %s\n",
tmp, strerror(errno));
return -1;
}

Loading…
Cancel
Save