mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
address @dignifiedquire comments
This commit is contained in:
@@ -1060,7 +1060,7 @@ impl Imap {
|
||||
let (sender, receiver) = std::sync::mpsc::channel();
|
||||
let v = self.watch.clone();
|
||||
|
||||
warn!(context, 0, "IMAP-IDLE SPAWNING");
|
||||
info!(context, 0, "IMAP-IDLE SPAWNING");
|
||||
std::thread::spawn(move || {
|
||||
let &(ref lock, ref cvar) = &*v;
|
||||
if let Some(ref mut session) = &mut *session.lock().unwrap() {
|
||||
|
||||
Reference in New Issue
Block a user