aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pop2.c b/pop2.c
index 2e808b2d..bccc1b6e 100644
--- a/pop2.c
+++ b/pop2.c
@@ -82,9 +82,9 @@ int *countp;
return(PS_ERROR);
/* maybe the user wanted a non-default folder */
- if (queryctl->remotefolder[0])
+ if (queryctl->mailbox[0])
{
- int ok = gen_transact(socket, "FOLD %s", queryctl->remotefolder);
+ int ok = gen_transact(socket, "FOLD %s", queryctl->mailbox);
if (ok != 0)
return(ok);