mirror of
https://github.com/chatmail/core.git
synced 2026-07-14 15:03:09 +03:00
It is needed to speed up "DELETE FROM imap_markseen_new WHERE id = ?". Otherwise if imap_markseen table grows large, marking a lot of messages at once as seen and trying to delete them one by one from imap_markseen table may have quadratic complexity.