This commit is contained in:
Markus Unterwaditzer 2016-10-01 19:09:27 +02:00
parent 826a64226e
commit 3cf33e5efe
2 changed files with 0 additions and 2 deletions

View file

@ -502,7 +502,6 @@ class SyncMachine(RuleBasedStateMachine):
# If one storage is read-only, double-sync because changes don't
# get reverted immediately.
for _ in range(2 if a.read_only or b.read_only else 1):
old_status = deepcopy(status)
sync(a, b, status,
force_delete=force_delete,
conflict_resolution=conflict_resolution,

View file

@ -11,7 +11,6 @@ Yang. http://blog.ezyang.com/2012/08/how-offlineimap-works/
'''
import itertools
import logging
import sys
from . import exceptions
from .utils import uniq