labels: refactor import/export to mu-store-labels

Move the import/export code to 'lib'.
This commit is contained in:
Dirk-Jan C. Binnema
2025-08-16 11:40:15 +03:00
parent f504289a02
commit a6b1f47a30
6 changed files with 238 additions and 156 deletions

View File

@ -79,7 +79,7 @@ struct Store::Private {
labels_cache_{config_.get<Config::Id::Labels>()},
root_maildir_{remove_slash(config_.get<Config::Id::RootMaildir>())},
message_opts_{make_message_options(config_)} {
// so tell xapian-db to update its internal cacheed values from
// so tell xapian-db to update its internal cached values from
// config. In practice: batch-size.
xapian_db_.reinit();
}