remove print statements and fix a crash

This commit is contained in:
holger krekel
2019-07-18 12:52:02 +02:00
parent ee317cb1b5
commit 7d0b5d8abb
4 changed files with 12 additions and 2 deletions

View File

@@ -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(':');
(