/head: changeset 73
Added debug
This commit is contained in:
parent
fe86ce567e
commit
1d1c9092cc
@ -104,7 +104,6 @@ def syncaccount(accountname, *args):
|
|||||||
|
|
||||||
folderthreads = []
|
folderthreads = []
|
||||||
for remotefolder in remoterepos.getfolders():
|
for remotefolder in remoterepos.getfolders():
|
||||||
server.connectionwait()
|
|
||||||
thread = InstanceLimitedThread(\
|
thread = InstanceLimitedThread(\
|
||||||
instancename = 'FOLDER_' + accountname,
|
instancename = 'FOLDER_' + accountname,
|
||||||
target = syncfolder,
|
target = syncfolder,
|
||||||
@ -171,7 +170,7 @@ def syncfolder(accountname, remoterepos, remotefolder, localrepos,
|
|||||||
def syncitall():
|
def syncitall():
|
||||||
mailboxes = [] # Reset.
|
mailboxes = [] # Reset.
|
||||||
threads = []
|
threads = []
|
||||||
for accountname in accounts:
|
for accountname in accounts:
|
||||||
thread = InstanceLimitedThread(instancename = 'ACCOUNTLIMIT',
|
thread = InstanceLimitedThread(instancename = 'ACCOUNTLIMIT',
|
||||||
target = syncaccount,
|
target = syncaccount,
|
||||||
name = "syncaccount-%s" % accountname,
|
name = "syncaccount-%s" % accountname,
|
||||||
|
Loading…
Reference in New Issue
Block a user