diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-11-10 01:20:42 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-11-10 01:20:42 +0000 |
commit | 49fcd4b33bea7a4afc515dfbcac4d49a8e22196a (patch) | |
tree | b4fc660a817e25702d40f1a088c207602ef9c184 /pop3.c | |
parent | b538653d865d6fdd45d192a8fcdf652d5f7a7b48 (diff) | |
download | fetchmail-49fcd4b33bea7a4afc515dfbcac4d49a8e22196a.tar.gz fetchmail-49fcd4b33bea7a4afc515dfbcac4d49a8e22196a.tar.bz2 fetchmail-49fcd4b33bea7a4afc515dfbcac4d49a8e22196a.zip |
Revise some error messages so they are less confusing. Sunil Shetye.
svn path=/trunk/; revision=4401
Diffstat (limited to 'pop3.c')
-rw-r--r-- | pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1273,7 +1273,7 @@ int doPOP3 (struct query *ctl) { #ifndef MBOX if (ctl->mailboxes->id) { - fprintf(stderr,GT_("Option --remote is not supported with POP3\n")); + fprintf(stderr,GT_("Option --folder is not supported with POP3\n")); return(PS_SYNTAX); } #endif /* MBOX */ |