diff options
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'), |