Skip to content
Commit 60e3c16a authored by Christian Mollekopf's avatar Christian Mollekopf
Browse files

ItemSync: Only fetch the items that are actually required.

ItemSync used to fetch *all* items during *every* sync, which is in most cases
completely unnecessary (at least for incremental sync). This patch delays the
fetch of items until we know which ones we need, and then only fetches the
required ones (usually none), resulting in an IMAP sync going from 10s 100%,
to a couple of seconds 1% cpu.

REVIEW: 117140
parent ff26a8a7
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