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

@ -25,6 +25,7 @@ lib_mu=static_library(
'mu-config.cc',
'mu-contacts-cache.cc',
'mu-store.cc',
'mu-store-labels.cc',
'mu-xapian-db.cc',
# querying
'mu-query-macros.cc',