mu: write contacts-cache a bit sooner
Write the changes to the cache file after any indexing operation, so `mu cfind` gets new contacts a bit sooner.
This commit is contained in:
@ -168,7 +168,8 @@ const char* mu_store_version (const MuStore *store);
|
||||
|
||||
|
||||
/**
|
||||
* try to flush/commit all outstanding work
|
||||
* try to flush/commit all outstanding work to the database and the contacts
|
||||
* cache.
|
||||
*
|
||||
* @param store a valid xapian store
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user