/head: changeset 78
Revamped thread system to handle exceptions better
This commit is contained in:
@ -200,6 +200,7 @@ class BaseFolder:
|
||||
self.getcopyinstancelimit(),
|
||||
target = self.copymessageto,
|
||||
args = (uid, applyto))
|
||||
thread.setDaemon(1)
|
||||
thread.start()
|
||||
threads.append(thread)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user