]> Pileus Git - ~andy/fetchmail/blobdiff - pop3.c
RC file syntax change, folder->mailbox, remote->remotename.
[~andy/fetchmail] / pop3.c
diff --git a/pop3.c b/pop3.c
index f10043ae28f02015190c98f19f9b36274f50163a..65849b802ea5d2c7e5aad291d1fef4ed4d9ebac4 100644 (file)
--- 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);
     }