From 60e6d78753d7cba662a3eee29c05d5b4d52e4551 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 27 Jan 1997 02:13:33 +0000 Subject: CR-strip fix. svn path=/trunk/; revision=833 --- imap.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 4e5122fa..f6a68ea9 100644 --- a/imap.c +++ b/imap.c @@ -128,7 +128,10 @@ static int imap_getrange(FILE *sockfp, struct query *ctl, int*countp, int*newp) "SELECT %s", ctl->mailbox ? ctl->mailbox : "INBOX"); if (ok != 0) + { + error(0, 0, "mailbox selection failed"); return(ok); + } *countp = count; -- cgit v1.2.3