From 1d1c9092cc7191806b3b1fed99a632e445bc8cbd Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Thu, 4 Jul 2002 07:44:51 +0100 Subject: [PATCH] /head: changeset 73 Added debug --- head/offlineimap.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/head/offlineimap.py b/head/offlineimap.py index c20c744..2e6d31c 100644 --- a/head/offlineimap.py +++ b/head/offlineimap.py @@ -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,