/head: changeset 102

Updated more Tk stuff
This commit is contained in:
jgoerzen
2002-07-11 11:55:32 +01:00
parent bb987f1d81
commit ec129821d1
3 changed files with 35 additions and 9 deletions

View File

@ -199,6 +199,8 @@ class BaseFolder:
thread = InstanceLimitedThread(\
self.getcopyinstancelimit(),
target = self.copymessageto,
name = "Copy message %d from %s" % (uid,
self.getvisiblename()),
args = (uid, applyto))
thread.setDaemon(1)
thread.start()