Fixed typo. user_home -> mailfile.
This commit is contained in:
parent
3bdad35e9f
commit
1a164919f1
@ -704,7 +704,7 @@ static int remove_mailbox (void)
|
|||||||
if (ENOENT == errno) {
|
if (ENOENT == errno) {
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
_("%s: %s mail spool (%s) not found\n"),
|
_("%s: %s mail spool (%s) not found\n"),
|
||||||
Prog, user_name, user_home);
|
Prog, user_name, mailfile);
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
|
Loading…
Reference in New Issue
Block a user