summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-04-20guile: path updates for 2.2Dirk-Jan C. Binnema
2020-04-19~/.mu -> ~/.cache/muDominik Schrempf
2020-03-31mu: ensure some struct members are initializedDirk-Jan C. Binnema
2020-03-15mu4e: use faster count queries, document differencesDirk-Jan C. Binnema
2020-03-02store: remove unused code, use batchsizeDirk-Jan C. Binnema
2020-03-02make OP_WILDCARD non-conditionalDirk-Jan C. Binnema
2020-02-29error fix for gcc 9.xdamon-kwok
2020-02-26man: remove max-msg-size from index man-pageDirk-Jan C. Binnema
2020-02-23lib: use same allocator when copying MuMsgPartSigStatusReportDirk-Jan C. Binnema
2020-02-22mu-command-parser: do not allow unknown parametersDirk-Jan C. Binnema
2020-02-21store: catch exceptions in dtorDirk-Jan C. Binnema
2020-02-21msg-crypto: fix small leakDirk-Jan C. Binnema
2020-02-21server: support readline history / persistenceDirk-Jan C. Binnema
2020-02-20lib/parser -> lib/queryDirk-Jan C. Binnema
2020-02-17mu-store: auto-commit store in dtorDirk-Jan C. Binnema
2020-02-17mu-script: fix compiler warningDirk-Jan C. Binnema
2020-02-15mu-msg-part: clean up error pathsDirk-Jan C. Binnema
2020-02-14mu: improve crypto handlingDirk-Jan C. Binnema
2020-02-10mu: sort childs of thread based on the sortfield onlyJulien Masson
2020-02-10mu-store: implement Store::find_messageDirk-Jan C. Binnema
2020-02-10remove some dead codeDirk-Jan C. Binnema
2020-02-08store: rework to allow for 'init'Dirk-Jan C. Binnema
2020-02-08mu: implement init, info commandsDirk-Jan C. Binnema
2020-02-04mu: better error handling for opening database read-onlyDirk-Jan C. Binnema
2020-02-04mu: no need to pass 'maildir' when we can deduce itDirk-Jan C. Binnema
2020-01-31lib/utils: Add Message error.Dirk-Jan C. Binnema
2020-01-31mu: lib: update store API. update some dependentsDirk-Jan C. Binnema
2020-01-25mu: sexp-parser: add support for negative numbersDirk-Jan C. Binnema
2020-01-25sexp-parser: improve error messageDirk-Jan C. Binnema
2020-01-25server: improve command documentation outputDirk-Jan C. Binnema
2020-01-24mu: fix clang compilationDirk-Jan C. Binnema
2020-01-23utils/sexp-parser: include ostreamDirk-Jan C. Binnema
2020-01-22msg-crypto: add support for more signature-status valuesDirk-Jan C. Binnema
2020-01-22mu-query: implement mu_query_count_runDirk-Jan C. Binnema
2020-01-22mu: don't need a path argument for indexDirk-Jan C. Binnema
2020-01-22mu4e: use the new command-parserDirk-Jan C. Binnema
2020-01-21utils: Implement sexp command parserDirk-Jan C. Binnema
2020-01-19mu-msg: plug some leaksDirk-Jan C. Binnema
2020-01-18utils: Update error exception, utils.Dirk-Jan C. Binnema
2020-01-08mu-sexp: improve list-post regexpDirk-Jan C. Binnema
2020-01-07use g_snprintf instead of snprintfDirk-Jan C. Binnema
2020-01-07mu: include list-post address in message sexpDirk-Jan C. Binnema
2020-01-05lib/utils: UpdateDirk-Jan C. Binnema
2020-01-01mu: allow for code-coverage reportsDirk-Jan C. Binnema
2020-01-01mu: Fix some compiler warningsDirk-Jan C. Binnema
2020-01-01mu: move mu/mu/tests, lib/tests one level upDirk-Jan C. Binnema
2020-01-01lib: Use Mu:Error exceptionDirk-Jan C. Binnema
2020-01-01utils: add Mu::Error (runtime exception)Dirk-Jan C. Binnema
2019-12-22mu: fix list-post email regexpDirk-Jan C. Binnema
2019-12-22move parser/utils to utils, Mux->MuDirk-Jan C. Binnema