mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
fix some things, add more debugging statements
This commit is contained in:
committed by
holger krekel
parent
7b7ce9348f
commit
a3e1042001
@@ -1053,7 +1053,8 @@ impl Imap {
|
||||
let mut idle = match session.idle() {
|
||||
Ok(idle) => idle,
|
||||
Err(err) => {
|
||||
panic!("failed to setup idle: {:?}", err);
|
||||
eprintln!("failed to setup idle: {:?}", err);
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user