From ec014e8c69e65b56063735ee47cb29173cae113e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 18 Apr 1999 18:32:03 +0000 Subject: Enable expunge to controil POP2 and POP3 checkpointing. svn path=/trunk/; revision=2439 --- fetchmailconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 2482d456..e904662e 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -220,7 +220,7 @@ class User: self.warnings = 0 # Size warning interval self.fetchlimit = 0 # Max messages fetched per batch self.batchlimit = 0 # Max message forwarded per batch - self.expunge = 1 # Interval between expunges (IMAP) + self.expunge = 0 # Interval between expunges (IMAP) self.properties = None # Extension properties User.typemap = ( ('remote', 'String'), -- cgit v1.2.3