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 f10043ae..65849b80 100644
--- a/pop3.c
+++ b/pop3.c
@@ -222,7 +222,7 @@ int doPOP3 (queryctl)
/* retrieve messages using POP3 */
struct hostrec *queryctl;
{
- if (queryctl->remotefolder[0]) {
+ if (queryctl->mailbox[0]) {
fprintf(stderr,"Option --remote is not supported with POP3\n");
return(PS_SYNTAX);
}