aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-04-18 18:32:03 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-04-18 18:32:03 +0000
commitec014e8c69e65b56063735ee47cb29173cae113e (patch)
tree3b03a971a283036041e191348868847f3f1d3670 /fetchmailconf
parent42da1e74000a8d3507c8ba11848bd2f3998d1cd2 (diff)
downloadfetchmail-ec014e8c69e65b56063735ee47cb29173cae113e.tar.gz
fetchmail-ec014e8c69e65b56063735ee47cb29173cae113e.tar.bz2
fetchmail-ec014e8c69e65b56063735ee47cb29173cae113e.zip
Enable expunge to controil POP2 and POP3 checkpointing.
svn path=/trunk/; revision=2439
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf2
1 files changed, 1 insertions, 1 deletions
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'),