summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-03lib: fix mu-msg-json buildDirk-Jan C. Binnema
2020-07-26Don't declare mu_str_size_s() with the const attribute.Todd Carson
2020-05-17mu-contacts: cosmeticDirk-Jan C. Binnema
2020-05-17Merge pull request #1663 from czan/masterDirk-Jan C. Binnema
2020-05-12Fix typosJonas Bernoulli
2020-05-05mu: don't verify signatures when it's not neededDirk-Jan C. Binnema
2020-05-01mu-store: enlarge buffer for strftimeKristian Rietveld
2020-04-29mu: do a full index when the database is emptyDirk-Jan C. Binnema
2020-04-29mu: always sort descending within threadsCarlo Zancanaro
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