/offlineimap/head: changeset 358
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user