Merge branch 'ss/remove-empty-mailboxes-list' into next

This commit is contained in:
Nicolas Sebrecht 2011-02-21 13:21:46 +01:00
commit eb46d6a2b0

View File

@ -103,7 +103,6 @@ def AccountHashGenerator(customconfig):
retval[item.getname()] = item
return retval
mailboxes = []
class Account(CustomConfig.ConfigHelperMixin):
def __init__(self, config, name):
@ -292,7 +291,6 @@ class SyncableAccount(Account, AccountSynchronizationMixin):
def syncfolder(accountname, remoterepos, remotefolder, localrepos,
statusrepos, quick):
global mailboxes
ui = getglobalui()
ui.registerthread(accountname)
try: