mirror of
https://github.com/ArcaneChat/core.git
synced 2026-07-03 14:05:33 +02:00
a9f5077cf9
When watch_inbox was off, scan_folders failed and a toast "IMAP operation attempted while it is torn down" was shown. -- The problem was: When inbox_watch is off, scan_folders() is called at https://github.com/deltachat/deltachat-core-rust/blob/244260a9789a34c8cdd50c73b96557a8ced40345/src/scheduler.rs#L107 but connect_configured() is not called before. * Add test * Don't only setup handle, but connect_configured() in scan_folders()