/head: changeset 73

Added debug
This commit is contained in:
jgoerzen 2002-07-04 07:44:51 +01:00
parent fe86ce567e
commit 1d1c9092cc
1 changed files with 1 additions and 2 deletions

View File

@ -104,7 +104,6 @@ def syncaccount(accountname, *args):
folderthreads = []
for remotefolder in remoterepos.getfolders():
server.connectionwait()
thread = InstanceLimitedThread(\
instancename = 'FOLDER_' + accountname,
target = syncfolder,
@ -171,7 +170,7 @@ def syncfolder(accountname, remoterepos, remotefolder, localrepos,
def syncitall():
mailboxes = [] # Reset.
threads = []
for accountname in accounts:
for accountname in accounts:
thread = InstanceLimitedThread(instancename = 'ACCOUNTLIMIT',
target = syncaccount,
name = "syncaccount-%s" % accountname,