summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-05-18indexer/store: avoid completed callbackDirk-Jan C. Binnema
2022-05-18store: reset indexer in dtorDirk-Jan C. Binnema
2022-05-18store: stop indexer in dtorDirk-Jan C. Binnema
2022-05-18utils: fix unsetting timezoneDirk-Jan C. Binnema
2022-05-18tests: skip missing timezones in queries, tooDirk-Jan C. Binnema
2022-05-18test-utils: Skip test if timezone is not availableDirk-Jan C. Binnema
2022-05-18mu-maildir: don't allow empty path for new maildirDirk-Jan C. Binnema
2022-05-18mime-object: fix some pedantic compiler warningsDirk-Jan C. Binnema
2022-05-17utils: add locale_workaroundDirk-Jan C. Binnema
2022-05-15mu: improve error reportingDirk-Jan C. Binnema
2022-05-15server: Implement forwarding attachmentsDirk-Jan C. Binnema
2022-05-15message: augment cache-path() so it supports subpartsDirk-Jan C. Binnema
2022-05-14utils: insist on semicolon after MU_ENABLE_BITOPSDirk-Jan C. Binnema
2022-05-14message: avoid shadowing variableDirk-Jan C. Binnema
2022-05-13test: enable some moreDirk-Jan C. Binnema
2022-05-13indexer: add extra fsm state "finishing" to fix some racesDirk-Jan C. Binnema
2022-05-12store: add lock to index_completeDirk-Jan C. Binnema
2022-05-12message: Don't assume there's a sub-messageDirk-Jan C. Binnema
2022-05-12fields: some small tweaksDirk-Jan C. Binnema
2022-05-12store: improve error handlingDirk-Jan C. Binnema
2022-05-12mu-error: encode retval/flags in enumDirk-Jan C. Binnema
2022-05-10store/info: Gather some usage statisticsDirk-Jan C. Binnema
2022-05-09contacts-cache: return most relevant contactsDirk-Jan C. Binnema
2022-05-09store: use Result<Store> builder, add auto upgradeDirk-Jan C. Binnema
2022-05-09store/fields: Use one MaxTermLength everywhereDirk-Jan C. Binnema
2022-05-09mu-maildir: No need for namespaced function namesDirk-Jan C. Binnema
2022-05-07mu/mu4e: tweak :list vs :mailing listDirk-Jan C. Binnema
2022-05-07mu/mu4e: use :mailing-list as the mailing-list propertyDirk-Jan C. Binnema
2022-05-06avoid warnings, update testsDirk-Jan C. Binnema
2022-05-06update tests: avoid helgrind warningDirk-Jan C. Binnema
2022-05-06message: cosmeticsDirk-Jan C. Binnema
2022-05-06message: implement rfc2047-encoding addressesDirk-Jan C. Binnema
2022-05-06sexp: allow for some prettified string outputDirk-Jan C. Binnema
2022-05-06message: support embed:text in attached mailDirk-Jan C. Binnema
2022-05-06mu: merge flags into fields commandDirk-Jan C. Binnema
2022-05-06mu/mu4e: implement mu4e-compose-complete-maxDirk-Jan C. Binnema
2022-05-06contacts: support encoding names with '"', ',' etc.Dirk-Jan C. Binnema
2022-05-05server/message-part: restore forwarding attachmentsDirk-Jan C. Binnema
2022-05-05autotools: fix buildDirk-Jan C. Binnema
2022-05-05maildir: add some useful defaults for mu_maildir_mkdirDirk-Jan C. Binnema
2022-05-05server: update for dealing with message/sexpsDirk-Jan C. Binnema
2022-05-05mime-object: ensure init_gmime is calledDirk-Jan C. Binnema
2022-05-05store: ensure updates update message sexp tooDirk-Jan C. Binnema
2022-05-05message: add cache_path per messageDirk-Jan C. Binnema
2022-05-05message/document: update sexp on the flyDirk-Jan C. Binnema
2022-05-05indexer: use ctime, not mtimeDirk-Jan C. Binnema
2022-05-05message-sexp: Add :modified and :reply-toDirk-Jan C. Binnema
2022-05-05message: support 'personal' flag for messagesDirk-Jan C. Binnema
2022-05-05message/document: allow updating flagsDirk-Jan C. Binnema
2022-05-05message/field: cache the message's sexpDirk-Jan C. Binnema