better logging, changed timeout

This commit is contained in:
holger krekel
2019-12-01 12:30:43 +01:00
parent 2582791501
commit 2423d197cd
2 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ impl JobThread {
info!(context, "Interrupting {}-IDLE...", self.name);
self.imap.interrupt_idle();
self.imap.interrupt_idle(context);
let &(ref lock, ref cvar) = &*self.state.clone();
let mut state = lock.lock().unwrap();