store: implement serialize method, use it
For triggering saving the contacts / labels caches.
This commit is contained in:
@ -889,6 +889,7 @@ Server::Private::index_handler(const Command& cmd)
|
||||
throw Error{Error::Code::Xapian, "indexer is already running"};
|
||||
|
||||
do_index(conf);
|
||||
store().serialize();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user