1
0
mirror of https://github.com/OfflineIMAP/offlineimap.git synced 2024-06-24 07:26:39 +02:00

/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

@ -1,6 +1,8 @@
offlineimap (3.99.10) unstable; urgency=low
* Always do a flush in Noninteractive when writing out data.
* Fixed a bug in folder/Base.py relating to threads in
syncmessagesto_neguid.
-- John Goerzen <jgoerzen@complete.org> Fri, 7 Feb 2003 14:12:17 -0600

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(),