From dba153ee6173bcc1e526163e7434d8a5915baf0b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 4 Oct 1996 21:44:50 +0000 Subject: RC file syntax change, folder->mailbox, remote->remotename. svn path=/trunk/; revision=220 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 07ef852b..ac13f068 100644 --- a/imap.c +++ b/imap.c @@ -101,7 +101,7 @@ int *countp; /* find out how many messages are waiting */ ok = gen_transact(socket, "SELECT %s", - queryctl->remotefolder[0] ? queryctl->remotefolder : "INBOX"); + queryctl->mailbox[0] ? queryctl->mailbox : "INBOX"); if (ok != 0) return(ok); -- cgit v1.2.3