summaryrefslogtreecommitdiff
path: root/lib/mu-store.cc
AgeCommit message (Expand)Author
2023-01-29mu-store: create mu cache path if neededDirk-Jan C. Binnema
2022-10-30store: fix move ctorDirk-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
2022-05-18store: stop indexer in dtorDirk-Jan C. Binnema
2022-05-15mu: improve error reportingDirk-Jan C. Binnema
2022-05-12store: add lock to index_completeDirk-Jan C. Binnema
2022-05-12store: improve error handlingDirk-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-09mu-maildir: No need for namespaced function namesDirk-Jan C. Binnema
2022-05-05store: ensure updates update message sexp tooDirk-Jan C. Binnema
2022-05-05message: support 'personal' flag for messagesDirk-Jan C. Binnema
2022-05-05message/field: cache the message's sexpDirk-Jan C. Binnema
2022-05-05store: set XAPIAN_FLUSH_THRESHOLD above internal commitDirk-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-26message: fields: rationalize flagsDirk-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-21update contacts-cache users for MessageContactDirk-Jan C. Binnema
2022-02-21lib: rename contacts into contacts-cacheDirk-Jan C. Binnema
2022-02-21mu-store: use Mu::MessageContactDirk-Jan C. Binnema
2022-02-19mu-store: take mu_util_get_hashDirk-Jan C. Binnema
2022-02-18lib: fix clang compatibility / warningsDirk-Jan C. Binnema
2022-02-17store: expose the mutex so we can lock query-resultsDirk-Jan C. Binnema
2022-02-17*: update code for Mu::MessageFlagsDirk-Jan C. Binnema
2022-02-14store: expose metadata()/set_metadata()Dirk-Jan C. Binnema
2022-02-14store: rename "metadata" into "properties"Dirk-Jan C. Binnema
2022-02-14update code for Mu::MessagePriorityDirk-Jan C. Binnema
2022-02-07store: catch dtor exceptionDirk-Jan C. Binnema
2022-02-05store: don't lock for_each_termDirk-Jan C. Binnema
2022-02-03index: save/commit metadata after messagesDirk-Jan C. Binnema
2022-01-30store/query: access query only through storeDirk-Jan C. Binnema
2022-01-15store: save contacts more oftenDirk-Jan C. Binnema
2021-12-18store: add catch blocks for dirstamp/set_dirstampDirk-Jan C. Binnema
2021-11-09store/indexer: move transaction handling to storeDirk-Jan C. Binnema
2021-11-03mu: rework xapian dependencies a bitDirk-Jan C. Binnema
2021-10-20index/store: simplify transaction handlingDirk-Jan C. Binnema
2021-10-20clang-format: update c/cc coding styleDirk-Jan C. Binnema
2021-10-18lib: replace CATCH_BLOCK macros with template magicDirk-Jan C. Binnema
2021-10-16store: don't try to commit when there's no transactionDirk-Jan C. Binnema
2021-07-31mu-store: fix warning schema mismatch messageDirk-Jan C. Binnema
2021-07-31mu-store: improve database schema errorDirk-Jan C. Binnema