From 7f0f666a6dab4ce685d25346b5f17857076e4c2f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 23 Jan 1997 23:41:32 +0000 Subject: Set peek_capable properly. svn path=/trunk/; revision=813 --- imap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imap.c b/imap.c index b6066efb..9d9c1f32 100644 --- a/imap.c +++ b/imap.c @@ -121,6 +121,8 @@ int imap_getauth(FILE *sockfp, struct query *ctl, char *buf) if (outlevel == O_VERBOSE) error(0, 0, "Protocol identified as IMAP4 rev 0"); } + + peek_capable = (imap_version >= IMAP4); } static int imap_getrange(FILE *sockfp, struct query *ctl, int*countp, int*newp) -- cgit v1.2.3