diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-04-18 18:32:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-04-18 18:32:03 +0000 |
commit | ec014e8c69e65b56063735ee47cb29173cae113e (patch) | |
tree | 3b03a971a283036041e191348868847f3f1d3670 /fetchmailconf | |
parent | 42da1e74000a8d3507c8ba11848bd2f3998d1cd2 (diff) | |
download | fetchmail-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-x | fetchmailconf | 2 |
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'), |