aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pop3.c b/pop3.c
index 8f5a1a16..1e429d30 100644
--- a/pop3.c
+++ b/pop3.c
@@ -276,6 +276,7 @@ int doPOP3 (struct query *ctl)
fprintf(stderr,"Option --remote is not supported with POP3\n");
return(PS_SYNTAX);
}
+ peek_capable = FALSE;
return(do_protocol(ctl, &pop3));
}