deltachat / deltachat-core-rust

Delta Chat Rust Core library, used by Android/iOS/desktop apps, bindings and bots 📧
https://delta.chat/en/contribute
Other
630 stars 80 forks source link

fix(imap): reset new_mail if folder is ignored #5731

Closed link2xt closed 3 days ago

link2xt commented 3 days ago

This prevents skipping IDLE in infinite loop if folder is not fetched. This happens on the INBOX when OnlyFetchMvbox setting is enabled.

Fixes #5722