summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-02-23indexer: minor tweakingDirk-Jan C. Binnema
2025-02-23Improve performance of index cleanup: use readdir(3), not access(2)Daniel Colascione
2025-02-13mu: remove empty refs + unit-testDirk-Jan C. Binnema
2025-02-07mu-server: more info for mu4e-analyze-last-queryDirk-Jan C. Binnema
2025-02-05mu-server: minor cleanupsDirk-Jan C. Binnema
2025-02-05guile: avoid body duplicationDirk-Jan C. Binnema
2025-02-02test: add unit-tests for related/new/skip-dupsDirk-Jan C. Binnema
2025-01-13mu-info: add example for ref:, thread:Dirk-Jan C. Binnema
2025-01-08mu-query-parser: cosmeticDirk-Jan C. Binnema
2025-01-08server: make parsed queries available to mu4eDirk-Jan C. Binnema
2024-12-09utils-file: add unit-test for expand_fileDirk-Jan C. Binnema
2024-12-07mu-sexp: add -unix output for json tstampsDirk-Jan C. Binnema
2024-12-06lib/utils: include fmt/xchar.hDirk-Jan C. Binnema
2024-12-02query: add related: combi-field + testDirk-Jan C. Binnema
2024-12-01tests: add tests for ref: searchingDirk-Jan C. Binnema
2024-11-30fields: make combi-fields introspectableDirk-Jan C. Binnema
2024-11-26search: make references searchableDirk-Jan C. Binnema
2024-11-26lib/store-worker: removeDirk-Jan C. Binnema
2024-11-26remove non-single-threaded optionDirk-Jan C. Binnema
2024-11-10indexer: make lazy check even lazierDirk-Jan C. Binnema
2024-11-10message: treat pcks7::smt::Unknown as encryptedDirk-Jan C. Binnema
2024-10-08mu-server: try avoiding xapian multi-threaded accessDirk-Jan C. Binnema
2024-09-22Fix typos.James Cook
2024-09-03scanner: ignore emacs auto-savesDirk-Jan C. Binnema
2024-08-26lib: use time_t_max for empty datetimeMatthew Smith
2024-08-22message: detect top-level smime parts + testDirk-Jan C. Binnema
2024-08-21mu-server: cosmeticDirk-Jan C. Binnema
2024-08-21xapian-db: improve errors, fix warningsDirk-Jan C. Binnema
2024-08-08Update mu-store-worker.hh, remove duplicate `;`Eval Exec
2024-08-04lib: commit to disk after indexingDirk-Jan C. Binnema
2024-07-27test_index_move: extend unit testDirk-Jan C. Binnema
2024-06-17logging: reduce debug logging a bitDirk-Jan C. Binnema
2024-06-05store-worker: temporarily revertDirk-Jan C. Binnema
2024-06-03server: support doccount data requestDirk-Jan C. Binnema
2024-06-03server: pass sexp-commmands through store workerDirk-Jan C. Binnema
2024-06-03indexer: use store-workerDirk-Jan C. Binnema
2024-06-03store-worker: implementDirk-Jan C. Binnema
2024-06-03xapian-db: remove locks, transaction levelsDirk-Jan C. Binnema
2024-06-01mu-config: cosmeticDirk-Jan C. Binnema
2024-06-01message: add default ctorDirk-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-05-08mu-query: minor cleanupsDirk-Jan C. Binnema
2024-05-07logging: rework a bit, maybe support syslogDirk-Jan C. Binnema
2024-05-01scanner: don't skip directory entries with type `DT_UNKNOWN`Jeremy Sowden
2024-05-01lib: centralize xapian include, enable move semanticsDirk-Jan C. Binnema
2024-04-30draft: explicitly remove drafts after sendingDirk-Jan C. Binnema
2024-04-28mu-server: better handle msgid-not-found in moveDirk-Jan C. Binnema
2024-04-21compat: include sys/wait.h where neededDirk-Jan C. Binnema
2024-04-14test-mu-utils: update parse_date_time testsDirk-Jan C. Binnema