Merge branch 'ss/remove-empty-mailboxes-list' into next
This commit is contained in:
commit
eb46d6a2b0
@ -103,7 +103,6 @@ def AccountHashGenerator(customconfig):
|
|||||||
retval[item.getname()] = item
|
retval[item.getname()] = item
|
||||||
return retval
|
return retval
|
||||||
|
|
||||||
mailboxes = []
|
|
||||||
|
|
||||||
class Account(CustomConfig.ConfigHelperMixin):
|
class Account(CustomConfig.ConfigHelperMixin):
|
||||||
def __init__(self, config, name):
|
def __init__(self, config, name):
|
||||||
@ -292,7 +291,6 @@ class SyncableAccount(Account, AccountSynchronizationMixin):
|
|||||||
|
|
||||||
def syncfolder(accountname, remoterepos, remotefolder, localrepos,
|
def syncfolder(accountname, remoterepos, remotefolder, localrepos,
|
||||||
statusrepos, quick):
|
statusrepos, quick):
|
||||||
global mailboxes
|
|
||||||
ui = getglobalui()
|
ui = getglobalui()
|
||||||
ui.registerthread(accountname)
|
ui.registerthread(accountname)
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user