Reformat offlineimap/accounts.py
Add some spaces, remove lines,... now format is better (lintian).
This commit is contained in:
parent
58596767ef
commit
9f15c05520
@ -41,6 +41,7 @@ except:
|
||||
except:
|
||||
pass # Ok if this fails, we can do without.
|
||||
|
||||
|
||||
# FIXME: spaghetti code alert!
|
||||
def getaccountlist(customconfig):
|
||||
# Account names in a list.
|
||||
@ -321,7 +322,6 @@ class SyncableAccount(Account):
|
||||
remotefolder.getvisiblename().
|
||||
replace(self.remoterepos.getsep(), self.localrepos.getsep()))
|
||||
|
||||
|
||||
# The syncrunner will loop on this method. This means it is called more than
|
||||
# once during the run.
|
||||
def __sync(self):
|
||||
@ -581,7 +581,6 @@ def syncfolder(account, remotefolder, quick):
|
||||
else:
|
||||
partial.cachemessagelist(min_uid=min_uid)
|
||||
|
||||
|
||||
remoterepos = account.remoterepos
|
||||
localrepos = account.localrepos
|
||||
statusrepos = account.statusrepos
|
||||
|
Loading…
Reference in New Issue
Block a user