/offlineimap/head: changeset 358
This commit is contained in:
parent
f826607c08
commit
ddffdefb1c
@ -1,6 +1,8 @@
|
|||||||
offlineimap (3.99.10) unstable; urgency=low
|
offlineimap (3.99.10) unstable; urgency=low
|
||||||
|
|
||||||
* Always do a flush in Noninteractive when writing out data.
|
* 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
|
-- John Goerzen <jgoerzen@complete.org> Fri, 7 Feb 2003 14:12:17 -0600
|
||||||
|
|
||||||
|
@ -199,7 +199,7 @@ class BaseFolder:
|
|||||||
usethread = applyto[0]
|
usethread = applyto[0]
|
||||||
|
|
||||||
for uid in uidlist:
|
for uid in uidlist:
|
||||||
if usethread:
|
if usethread and usethread.suggeststhreads():
|
||||||
usethread.waitforthread()
|
usethread.waitforthread()
|
||||||
thread = InstanceLimitedThread(\
|
thread = InstanceLimitedThread(\
|
||||||
usethread.getcopyinstancelimit(),
|
usethread.getcopyinstancelimit(),
|
||||||
|
Loading…
Reference in New Issue
Block a user