/offlineimap/head: changeset 358

This commit is contained in:
jgoerzen
2003-03-01 22:31:30 +01:00
parent f826607c08
commit ddffdefb1c
2 changed files with 3 additions and 1 deletions

View File

@ -199,7 +199,7 @@ class BaseFolder:
usethread = applyto[0]
for uid in uidlist:
if usethread:
if usethread and usethread.suggeststhreads():
usethread.waitforthread()
thread = InstanceLimitedThread(\
usethread.getcopyinstancelimit(),