From 49fcd4b33bea7a4afc515dfbcac4d49a8e22196a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 10 Nov 2005 01:20:42 +0000 Subject: Revise some error messages so they are less confusing. Sunil Shetye. svn path=/trunk/; revision=4401 --- pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index a18f8bc8..12f2d999 100644 --- a/pop3.c +++ b/pop3.c @@ -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 */ -- cgit v1.2.3