diff --git a/offlineimap/accounts.py b/offlineimap/accounts.py index a22bf7f..f94a55c 100644 --- a/offlineimap/accounts.py +++ b/offlineimap/accounts.py @@ -256,7 +256,7 @@ class SyncableAccount(Account): thread = InstanceLimitedThread(\ instancename = 'FOLDER_' + self.remoterepos.getname(), target = syncfolder, - name = "Folder sync [%s]" % self.name, + name = "Folder sync [%s]" % self, args = (self.name, remoterepos, remotefolder, localrepos, statusrepos, quick)) thread.setDaemon(1)