diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-08 00:20:57 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-08 00:20:57 +0200 |
commit | cae1053b970057da675549ca42a71db62908ed69 (patch) | |
tree | 3fd3f8be761f1df56796a15d9f0aff4e8f23d17a | |
parent | 6a40ecf6aec13bf650645d65713c0327c6d8c5e6 (diff) |
wibble
-rwxr-xr-x | interimap | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1154,8 +1154,6 @@ if (defined $COMMAND and $COMMAND eq 'repair') { while(1) { while(@MAILBOXES) { - my $cache; - my $update = 0; if (defined $MAILBOX and ($lIMAP->is_dirty($MAILBOX) or $rIMAP->is_dirty($MAILBOX))) { # $MAILBOX is dirty on either the local or remote mailbox sync_messages($IDX, $MAILBOX); |