summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-08-16Process personal flag when adding new contactsYuri D'Elia
2019-08-16Avoid wrong type/warning in comparisonYuri D'Elia
2019-08-16Update internal cache in set_personal_addressesYuri D'Elia
2019-08-03lib: Don't use Xapian::DatabaseNotFoundError, it's too newDirk-Jan C. Binnema
2019-08-01mu-util: fix warningDirk-Jan C. Binnema
2019-08-01mu-msg-fields: Mark contact fields as phrase-enabledDirk-Jan C. Binnema
2019-07-31mu-store.hh: add it; it was missingDirk-Jan C. Binnema
2019-07-30tests: update for lib/mu-store changesDirk-Jan C. Binnema
2019-07-30lib/mu-store: rework implementationDirk-Jan C. Binnema
2019-07-18mu-runtime: include stringDirk-Jan C. Binnema
2019-07-13mu: Default to XDG Base Directory SpecificationDirk-Jan C. Binnema
2019-07-13mu: remove contacts-path leftoversDirk-Jan C. Binnema
2019-07-13mu/lib: merge mu-contacts.h => mu-contacts.hhDirk-Jan C. Binnema
2019-07-11mu-contacts: remove newlines from addressesDirk-Jan C. Binnema
2019-07-11mu: require glib >= 2.38; remove g_type_init callsDirk-Jan C. Binnema
2019-05-25mu-contacts: fix some compiler warningsdjcb
2019-05-11update store, msg for new contacts-cache handlingdjcb
2019-05-11contacts: update test cases for updated contactsdjcb
2019-05-11contacts: rework: install in databasedjcb
2019-05-06Fix pedantic -Wparentheses warning emitted by gcc 9.0Evan Klitzke
2019-03-24mu: update crypto verify testdjcb
2019-03-24mu: fix utf-8 flattendjcb
2019-03-23utils: small optimization in utf8_flattendjcb
2019-02-18mu: don't include text attachments as part of bodydjcb
2019-01-17Merge pull request #1359 from OnkelUlla/fix_compiler_warningsDirk-Jan C. Binnema
2019-01-13Merge pull request #1284 from nicolasavru/limit-threading-setDirk-Jan C. Binnema
2019-01-11parser: fix clang-7.0.1 warningsUlrich Ölmann
2019-01-11mu, tests: fix gcc-8.2.0 warningsUlrich Ölmann
2018-12-30mu: make attachment test a bit looserdjcb
2018-11-11parser: avoid query parsing errordjcb
2018-11-11mu: implement mu_msg_to_jsondjcb
2018-11-11mu: add soft dependency on json-glibdjcb
2018-11-11mu: add mu_msg_iter_is_(first|last)djcb
2018-11-04mu: fake reply-to for mailing-list postsdjcb
2018-11-04add optional support for building with asandjcb
2018-08-18Merge branch 'pr-1111'djcb
2018-08-14mu: decode rfc-2047-encoded mailing listsdjcb
2018-08-14mu: protect against overly long keysdjcb
2018-07-09Perform threading calculation on related set instead of entire result.Nicolas Avrutin
2018-06-11mu: fix strncpy usagedjcb