Log fake IDLE interruptions

This commit is contained in:
link2xt
2022-11-13 20:30:17 +00:00
parent 1324b5da13
commit 7db147da14

View File

@@ -183,6 +183,7 @@ impl Imap {
} }
Event::Interrupt(info) => { Event::Interrupt(info) => {
// Interrupt // Interrupt
info!(context, "Fake IDLE interrupted");
break info; break info;
} }
} }