Skip to content
Commit c1a65d95 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖 Committed by Christian Mollekopf
Browse files

Don't mass-modify committed changes from ResourceBase

The resource could have changed RIDs of the items, and mass-changing
RIDs is not supported by the server, so the RID change would never be
applied. Instead we run an ItemModifyJob for each item passed to
changesCommitted() and wrap them into single TransactionSequence.

This should fix some bugs with item moves on IMAP.

Reviewed-by: Christian Mollekopf
parent ebbef8f9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment