aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-08 00:20:57 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-08 00:20:57 +0200
commitcae1053b970057da675549ca42a71db62908ed69 (patch)
tree3fd3f8be761f1df56796a15d9f0aff4e8f23d17a
parent6a40ecf6aec13bf650645d65713c0327c6d8c5e6 (diff)
wibble
-rwxr-xr-xinterimap2
1 files changed, 0 insertions, 2 deletions
diff --git a/interimap b/interimap
index a94110b..9998427 100755
--- a/interimap
+++ b/interimap
@@ -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);