summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-07-26Merge branch 'wip/djcb/html-to-text'Dirk-Jan C. Binnema
2023-07-25benchmark: improve setupDirk-Jan C. Binnema
2023-07-25store: add 'add_document' optimization, use itDirk-Jan C. Binnema
2023-07-25index/scanner: implement i-node sortingDirk-Jan C. Binnema
2023-07-25message: use html-to-text scraper for html partsDirk-Jan C. Binnema
2023-07-25utils: implement html-to-textDirk-Jan C. Binnema
2023-07-25utils/readline: use fmt-based apisDirk-Jan C. Binnema
2023-07-25utils/result: add std::move version of ErrDirk-Jan C. Binnema
2023-07-23lib: improve store error messagesDirk-Jan C. Binnema
2023-07-23clang: avoid some build warningsDirk-Jan C. Binnema
2023-07-20migrate some more code to mu_format / join_pathsDirk-Jan C. Binnema
2023-07-18store/index: and unit test for circular symlinkDirk-Jan C. Binnema
2023-07-18index: limit length of maildir path to MaxTermLengthDirk-Jan C. Binnema
2023-07-18utils: rework running system commandsDirk-Jan C. Binnema
2023-07-18lib/index: add rudimentary scanner testDirk-Jan C. Binnema
2023-07-11lib/store: improve dirstamp / set_dirstamp codeDirk-Jan C. Binnema
2023-07-11lib/contacts-cache: improve codeDirk-Jan C. Binnema
2023-07-11utils/mu-regex: add move constructorDirk-Jan C. Binnema
2023-07-10lib/maildir: use mv for moving to avoid warningsDirk-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-10utils: add some more helpers for test codeDirk-Jan C. Binnema
2023-07-10utils/result: add "unwrap" convenience functionDirk-Jan C. Binnema
2023-07-08migrate to fmt-based logging in some more placesDirk-Jan C. Binnema
2023-07-06store: removing trailing / for root_maildirDirk-Jan C. Binnema
2023-07-06message: don't check language without cld2 supportDirk-Jan C. Binnema
2023-07-06fmt: more update to use new fmt-based APIsDirk-Jan C. Binnema
2023-07-06store: only write last-change _once_Dirk-Jan C. Binnema
2023-07-05sexp: use fmt for parsing_errorDirk-Jan C. Binnema
2023-07-05lib/utils: update library pathsDirk-Jan C. Binnema
2023-07-05update to use fmt-based apisDirk-Jan C. Binnema
2023-07-05utils: rework Mu::Error and g_ logging macros with fmtDirk-Jan C. Binnema
2023-07-05thirdparty: add fmtDirk-Jan C. Binnema
2023-07-05thirdparty: move {optional,expected}.hpp to tl/Dirk-Jan C. Binnema
2023-07-05message: double-check part-type in MultipartDirk-Jan C. Binnema
2023-07-02lib/xapian-db: add missing include unordered_mapDirk-Jan C. Binnema
2023-07-02cli: support --ignored-address for init commandDirk-Jan C. Binnema
2023-07-02lib: support ignoring addresses for contacts-cacheDirk-Jan C. Binnema
2023-07-02all: update for API changes (config etc.)Dirk-Jan C. Binnema
2023-07-02lib/contacts-cache: rework using configDirk-Jan C. Binnema
2023-07-02lib/store: rework to use xapian-db / configDirk-Jan C. Binnema
2023-07-02lib: create mu-xapian-db, mu-configDirk-Jan C. Binnema
2023-06-27thirdparty: bump tl::expected versionDirk-Jan C. Binnema
2023-06-27lib: update for api changes, update testsDirk-Jan C. Binnema
2023-06-27utils/sexp: extend and improve testsDirk-Jan C. Binnema
2023-06-12contact/display-name: quote "names" with '@'Dirk-Jan C. Binnema
2023-06-04message/fields: add some helpers for combination-fieldsDirk-Jan C. Binnema
2023-06-04utils/sexp: add some convenienceDirk-Jan C. Binnema
2023-05-12utils: fix non-cld2 buildDirk-Jan C. Binnema
2023-05-11message: try to detect body text languageDirk-Jan C. Binnema