From c7ecafff50cf485f606f01833ba9a4ffc020643b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 9 Dec 1996 17:43:09 +0000 Subject: Add full IMAP4 capability. svn path=/trunk/; revision=620 --- pop2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index 35f69fbd..bb668ad9 100644 --- a/pop2.c +++ b/pop2.c @@ -131,6 +131,7 @@ const static struct method pop2 = int doPOP2 (struct query *ctl) /* retrieve messages using POP2 */ { + peek_capable = FALSE; return(do_protocol(ctl, &pop2)); } -- cgit v1.2.3