mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
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 47e639b777/src/imap.rs (L730) and the same message was
fetched over and over again.
Fix #2429