When a batch of messages is moved from Inbox to DeltaChat folder with a single MOVE command, Gmail is known to reorder UIDs: MailCore/mailcore2#541
As a workaround, we can detect Gmail and move messages one-by-one rather than in batches.
See #3688 (comment) for discussion.
When a batch of messages is moved from Inbox to DeltaChat folder with a single
MOVEcommand, Gmail is known to reorder UIDs: MailCore/mailcore2#541As a workaround, we can detect Gmail and move messages one-by-one rather than in batches.
See #3688 (comment) for discussion.