summaryrefslogtreecommitdiff
path: root/lib/mu-store.hh
AgeCommit message (Expand)Author
2026-02-24mu-store: cosmeticsDirk-Jan C. Binnema
2026-02-16New incremental cleanup strategy: 63%-88% fasterDaniel Colascione
2025-09-03store: remove some _unlocked functions, update clear_labelsDirk-Jan C. Binnema
2025-09-02mu: refactor labels codeDirk-Jan C. Binnema
2025-09-02labels: allow restoring cache-mapDirk-Jan C. Binnema
2025-09-01store: implement serialize method, use itDirk-Jan C. Binnema
2025-08-31store: improve label handlingDirk-Jan C. Binnema
2025-08-31server: add label handlerDirk-Jan C. Binnema
2025-08-16labels: refactor import/export to mu-store-labelsDirk-Jan C. Binnema
2025-08-15store: add support for modifying and listing labels and cachingDirk-Jan C. Binnema
2025-05-24message: retain non-file flags when movingDirk-Jan C. Binnema
2024-11-26lib/store-worker: removeDirk-Jan C. Binnema
2024-06-03store-worker: implementDirk-Jan C. Binnema
2024-05-08mu-store/indexer: consume messages from workersDirk-Jan C. Binnema
2024-05-01lib: centralize xapian include, enable move semanticsDirk-Jan C. Binnema
2024-02-26mu-init: insist that --maildir is absoluteDirk-Jan C. Binnema
2023-12-22lib: move transaction handling to mu-xapianDirk-Jan C. Binnema
2023-09-24store: better handling moving messagesDirk-Jan C. Binnema
2023-09-24mu-move: add new move sub commandDirk-Jan C. Binnema
2023-09-13lib: unit tests: improve / better coverageDirk-Jan C. Binnema
2023-09-10lib: move index/ into main lib/Dirk-Jan C. Binnema
2023-09-09lib: improve printability for some typesDirk-Jan C. Binnema
2023-09-09support xapian ngramsDirk-Jan C. Binnema
2023-08-17store: expose maildirs() methodDirk-Jan C. Binnema
2023-08-17store: update "move" and some related APIsDirk-Jan C. Binnema
2023-07-25store: add 'add_document' optimization, use itDirk-Jan C. Binnema
2023-07-23lib: improve store error messagesDirk-Jan C. Binnema
2023-07-10store/server: centralize docids-for-msgidDirk-Jan C. Binnema
2023-07-02lib/store: rework to use xapian-db / configDirk-Jan C. Binnema
2023-04-23store: small cleanupsDirk-Jan C. Binnema
2022-12-07store: update move_message APIDirk-Jan C. Binnema
2022-10-02store: support reinitDirk-Jan C. Binnema
2022-06-09store: fix typoDirk-Jan C. Binnema
2022-06-02lib: improve test coverageDirk-Jan C. Binnema
2022-05-18indexer/store: avoid completed callbackDirk-Jan C. Binnema
2022-05-10store/info: Gather some usage statisticsDirk-Jan C. Binnema
2022-05-09store: use Result<Store> builder, add auto upgradeDirk-Jan C. Binnema
2022-05-09store/fields: Use one MaxTermLength everywhereDirk-Jan C. Binnema
2022-05-05store: ensure updates update message sexp tooDirk-Jan C. Binnema
2022-05-05message/field: cache the message's sexpDirk-Jan C. Binnema
2022-04-30store: update to use Message; big cleanupDirk-Jan C. Binnema
2022-04-30lib: update Store & QueryResults in terms of Mu::MessageDirk-Jan C. Binnema
2022-03-28lib+guile: use Mu::Option, not std::optionalDirk-Jan C. Binnema
2022-03-26store: cosmeticsDirk-Jan C. Binnema
2022-03-26many: update for lib/message updatesDirk-Jan C. Binnema
2022-03-14store::for_each_term: use field-idDirk-Jan C. Binnema
2022-03-07lib/store: use mu-message-fieldsDirk-Jan C. Binnema
2022-02-21lib: rename contacts into contacts-cacheDirk-Jan C. Binnema
2022-02-17store: expose the mutex so we can lock query-resultsDirk-Jan C. Binnema
2022-02-14store: expose metadata()/set_metadata()Dirk-Jan C. Binnema