summaryrefslogtreecommitdiff
path: root/lib/mu-store.cc
AgeCommit message (Expand)Author
2026-02-24mu-store: cosmeticsDirk-Jan C. Binnema
2026-02-16Work around xapian bugDaniel Colascione
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-02store: update labels when removing messagesDirk-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-16mu-init: automatic export labels with --reinitDirk-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
2024-11-26lib/store-worker: removeDirk-Jan C. Binnema
2024-06-03store-worker: implementDirk-Jan C. Binnema
2024-06-03xapian-db: remove locks, transaction levelsDirk-Jan C. Binnema
2024-06-01lib: fix batch-size after db creationDirk-Jan C. Binnema
2024-05-08mu-store/indexer: consume messages from workersDirk-Jan C. Binnema
2024-03-15clang: fix some compiler warningsDirk-Jan C. Binnema
2024-02-26mu-init: insist that --maildir is absoluteDirk-Jan C. Binnema
2024-02-25lib/mu-store: don't assume non-empty in remove_slashDirk-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-23lib: xapian-db/config: more testsDirk-Jan C. Binnema
2023-09-16provide end-user hints and show themDirk-Jan C. Binnema
2023-09-10lib: move index/ into main lib/Dirk-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-11lib/store: improve dirstamp / set_dirstamp codeDirk-Jan C. Binnema
2023-07-10store/server: centralize docids-for-msgidDirk-Jan C. Binnema
2023-07-10lib: xapian-db/store: simplifyDirk-Jan C. Binnema
2023-07-06store: removing trailing / for root_maildirDirk-Jan C. Binnema
2023-07-06store: only write last-change _once_Dirk-Jan C. Binnema
2023-07-05update to use fmt-based apisDirk-Jan C. Binnema
2023-07-02lib/store: rework to use xapian-db / configDirk-Jan C. Binnema
2023-04-23store: small cleanupsDirk-Jan C. Binnema
2023-01-14mu-store: fix typoDirk-Jan C. Binnema
2023-01-14utils: get rid of mu-util.[ch]Dirk-Jan C. Binnema
2023-01-06mu-store: create mu cache path if neededDirk-Jan C. Binnema
2022-12-07store: update move_message APIDirk-Jan C. Binnema
2022-11-07store: update for new sexp apiDirk-Jan C. Binnema
2022-10-26store: fix move ctorDirk-Jan C. Binnema
2022-10-02store: support reinitDirk-Jan C. Binnema
2022-06-29maildir: improve testing coverageDirk-Jan C. Binnema
2022-05-30store: log whether a message is 'personal'Dirk-Jan C. Binnema
2022-05-19lib: remove some dead code (mu-str/utils)Dirk-Jan C. Binnema
2022-05-18indexer/store: avoid completed callbackDirk-Jan C. Binnema
2022-05-18store: reset indexer in dtorDirk-Jan C. Binnema