mirror of
https://github.com/ArcaneChat/core.git
synced 2026-07-03 14:05:33 +02:00
1c436777e0
The problem was: If a message has the \Deleted flag set, we ignore it. But we forgot to update last_uid, so that uid_next was not updated at https://github.com/deltachat/deltachat-core-rust/blob/47e639b777428a8104ada1e9bb94502e72092311/src/imap.rs#L730 and the same message was fetched over and over again. Fix #2429