aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-07-26 06:59:52 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-07-26 06:59:52 +0200
commit81c6e4cd299d6f97f8d83dfd537df4d68e40771b (patch)
tree9c214fa374677a3c5ccfbbdeb92cfc161dd6b51f
parent60ca37597c8cab4816405f470c871796d9c3c242 (diff)
typo
-rwxr-xr-ximapsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/imapsync b/imapsync
index 52d0157..9a4e2e9 100755
--- a/imapsync
+++ b/imapsync
@@ -1137,7 +1137,7 @@ while(1) {
elsif (sync_known_messages($IDX, $MAILBOX)) {
# sync updates to known messages before fetching new messages
# get_cache is safe after pull_update
- $STH_UPDATE_LOCAL_HIGHESTMODSEQ->execute( $lIMAP->get_cache('HIGHESTMODSEQ'), $IDX) and
+ $STH_UPDATE_LOCAL_HIGHESTMODSEQ->execute( $lIMAP->get_cache('HIGHESTMODSEQ'), $IDX) or
msg('database', "WARNING: Can't update local HIGHESTMODSEQ for $MAILBOX");
$STH_UPDATE_REMOTE_HIGHESTMODSEQ->execute($rIMAP->get_cache('HIGHESTMODSEQ'), $IDX) or
msg('database', "WARNING: Can't update remote HIGHESTMODSEQ for $MAILBOX");