Make IDLE mode to work again
Refactoring in commit 6cbd2498
touched wrong class's "idle" call.
Found-by: Tomasz Żok <tomasz.zok@gmail.com>
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
@ -703,7 +703,7 @@ class IdleThread(object):
|
||||
else:
|
||||
success = True
|
||||
if "IDLE" in imapobj.capabilities:
|
||||
imapobj.__idle(callback=callback)
|
||||
imapobj.idle(callback=callback)
|
||||
else:
|
||||
self.ui.warn("IMAP IDLE not supported on server '%s'."
|
||||
"Sleep until next refresh cycle." % imapobj.identifier)
|
||||
|
Reference in New Issue
Block a user