summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-12-22update for lib/utils splitDirk-Jan C. Binnema
2019-12-22lib: split out utils to lib/utilsDirk-Jan C. Binnema
2019-11-17Merge pull request #1511 from derekschrock/test-mu-maildirDirk-Jan C. Binnema
2019-11-16lib: Use more portable locale en_US.UTF-8Derek Schrock
2019-11-16lib: Allow hostname of newbase to match alnumDerek Schrock
2019-11-09Merge pull request #1507 from tarsiiformes/typosDirk-Jan C. Binnema
2019-11-07Treat text/markdown as plain text for issue #1503Alex Murray
2019-11-06Fix typosJonas Bernoulli