mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
remove print statements and fix a crash
This commit is contained in:
@@ -719,6 +719,9 @@ impl Imap {
|
||||
}
|
||||
let entry = as_str(val1);
|
||||
|
||||
if entry.is_empty() {
|
||||
return (0, 0);
|
||||
}
|
||||
// the entry has the format `imap.mailbox.<folder>=<uidvalidity>:<lastseenuid>`
|
||||
let mut parts = entry.split(':');
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user