aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 95602345..b095f4cc 100644
--- a/pop3.c
+++ b/pop3.c
@@ -287,7 +287,7 @@ const static struct method pop3 =
int doPOP3 (struct query *ctl)
/* retrieve messages using POP3 */
{
- if (ctl->mailbox[0]) {
+ if (ctl->mailbox) {
fprintf(stderr,"Option --remote is not supported with POP3\n");
return(PS_SYNTAX);
}