From 9ae98cb27ed3c6856a5169f96ce11f278b057e2d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 30 Sep 1997 18:38:10 +0000 Subject: Smart re-polling support. svn path=/trunk/; revision=1437 --- pop2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index db34cc32..653d3538 100644 --- a/pop2.c +++ b/pop2.c @@ -136,6 +136,7 @@ const static struct method pop2 = pop2_trail, /* eat message trailer */ NULL, /* no POP2 delete method */ pop2_logout, /* log out, we're done */ + FALSE, /* no, we can't re-poll */ }; int doPOP2 (struct query *ctl) -- cgit v1.2.3