This commit is contained in:
mxgr7 2017-04-16 22:17:40 +00:00 committed by GitHub
commit 45d3e1f157
1 changed files with 2 additions and 0 deletions

View File

@ -803,6 +803,8 @@ class IdleThread(object):
account.callhook(hook)
ui = getglobalui()
hook = account.getconf('postsynchook', '')
account.callhook(hook)
ui.unregisterthread(currentThread()) #syncfolder registered the thread
def __idle(self):