Commit Graph

5 Commits

Author SHA1 Message Date
b711ad9151 Fix typos 2020-07-25 16:46:47 +02:00
148c906d8a fix compilation error / clang warnings 2020-07-25 11:26:08 +03:00
689fd60181 Added missing include files 2020-07-13 15:02:18 +08:00
f40178fe8a lib/index: fix deadlock when mu4e-index-cleanup is nil (#1749)
If the user has wants to postpone clean-up we shouldn't lock the
indexer waiting for something that will never happen. Clear the flag
event though we are actually skipping cleanup.
2020-07-06 20:49:04 +01:00
4e6bd7dfdf lib/index: Implement new indexer
Implement a new message indexer consisting of a single-threaded scanner
and a multi-threaded indexer.

This allows for a number of optimizations as well as background
indexing, though this initial version should be behave similar to the
old indexer.
2020-06-27 17:07:00 +03:00