aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-21config: test whether an item is stored in the database by nameDaniel Kahn Gillmor
2017-10-21crypto: index encrypted parts when indexopts try_decrypt is set.Daniel Kahn Gillmor
2017-10-21reindex: drop all properties named with prefix "index."Daniel Kahn Gillmor
2017-10-21doc: add notmuch-properties(7)Daniel Kahn Gillmor
2017-10-21index: implement notmuch_indexopts_t with try_decryptDaniel Kahn Gillmor
2017-10-21build: don't copy the test directory for out-of-tree buildsJani Nikula
2017-10-21test: use source path in add_gnupg_homeJani Nikula
2017-10-21test: remove --root option and fix TMP_DIRECTORY cleanupJani Nikula
2017-10-20test: use source and build paths in T590-thread-breakage.shJani Nikula
2017-10-20test: use source and build paths in T480-hex-escaping.shJani Nikula
2017-10-20test: use source and build paths in T4?0-emacs-*.shJani Nikula
2017-10-20test: use source and build paths in T380-atomicity.shJani Nikula
2017-10-20test: use source and build paths in T360-symbol-hiding.shJani Nikula
2017-10-20test: use source and build paths in T355-smime.shJani Nikula
2017-10-20test: use source and build paths in T310-emacs.shJani Nikula
2017-10-20test: use source and build paths in T260-thread-order.shJani Nikula
2017-10-20test: use source and build paths in T160-json.sh and T170-sexp.shJani Nikula
2017-10-20test: use source and build paths in T000-basic.shJani Nikula
2017-10-20test: use source and build paths in notmuch-testJani Nikula
2017-10-20test: mkdir and cd to $TMP_DIRECTORY instead of $test for testingJani Nikula
2017-10-20test: use source and build paths in test-lib-common.shJani Nikula
2017-10-20perf-test: use source and build paths in perf-test-lib.shJani Nikula
2017-10-20test: use source and build paths in test-lib.shJani Nikula
2017-10-20test: add a script to figure out source and build directoriesJani Nikula
2017-10-20test: check for notmuch binary in test-lib.shJani Nikula
2017-10-20perf-test: use $(dirname "$0") for sourcing perf-test-lib.shJani Nikula
2017-10-20test: use $(dirname "$0") for sourcing test-lib.shJani Nikula
2017-10-20build: use NOTMUCH_SRCDIR for referencing notmuch-testJani Nikula
2017-10-20test: use corpora/default not corpus in T480-hex-escaping.shJani Nikula
2017-10-20properties: add notmuch_message_remove_all_properties_with_prefix()Daniel Kahn Gillmor
2017-10-20crypto: make shared crypto code behave library-likeDaniel Kahn Gillmor
2017-10-20crypto: move into libnotmuch_utilDaniel Kahn Gillmor
2017-10-18doc: make SEE ALSO references one-per-lineDaniel Kahn Gillmor
2017-10-18doc: fix documentation typos and copy/paste-osDaniel Kahn Gillmor
2017-10-15cli: make notmuch count --exclude a boolean argumentJani Nikula
2017-10-14gmime-extra: drop compat layer for g_mime_multipart_encrypted_decryptDaniel Kahn Gillmor
2017-10-14tests: prepare for more crypto tests (using add_gnupg_home)Daniel Kahn Gillmor
2017-10-12gmime-extra: remove duplicate GMimeAddressType typedefDaniel Kahn Gillmor
2017-10-12crypto: _notmuch_crypto_cleanup should return voidDaniel Kahn Gillmor
2017-10-12crypto: drop pretense of notmuch_crypto_context_tDaniel Kahn Gillmor
2017-10-12crypto: rename notmuch_crypto_t to _notmuch_crypto_tDaniel Kahn Gillmor
2017-10-09lib: convert notmuch_bool_t to stdbool internallyJani Nikula
2017-10-09cli: convert notmuch_bool_t to stdboolJani Nikula
2017-10-05devel/check-out-of-tree-build.sh: consistent naming, consistent quotingTomi Ollila
2017-10-04cli: reduce indent in keyword argument processingJani Nikula
2017-10-04cli: change while to for in keyword argument processingJani Nikula
2017-10-04cli: refactor boolean argument processingJani Nikula
2017-10-04cli: use notmuch_bool_t for boolean argument in showJani Nikula
2017-10-04hex-xcode: use notmuch_bool_t for boolean argumentsJani Nikula
2017-10-04cli: use the arg parser .present feature to handle show --entire-threadJani Nikula