summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-05Fix error message when using notmuch_status_to_stringFloris Bruynooghe
2021-12-04python-cffi: introduce stamp fileDavid Bremner
2021-12-04ruby: don't use a directory as a target.David Bremner
2021-12-04emacs: don't add space to tag completion candidates.David Bremner
2021-12-04test/new: replace use of gdb in vanishing file testDavid Bremner
2021-12-04test/count: replace use of gdb with a LD_PRELOAD shimDavid Bremner
2021-12-04test: move system includes to notmuch-test.hDavid Bremner
2021-12-04lib/config: use g_key_file_get_string to read config valuesDavid Bremner
2021-12-04test: known broken tests for escape characters in config files.David Bremner
2021-12-04config: ignore leading/trailing spaces in ';'-delimited listsDavid Bremner
2021-12-04test: known broken tests for leading/trailing ws in configDavid Bremner
2021-12-04emacs: run notmuch-search-hook lazilyDavid Bremner
2021-12-04Merge branch 'release'David Bremner
2021-12-04python-cffi: switch to notmuch_database_{open,create}_with_configDavid Bremner
2021-12-04test: add known broken tests for python bindings in split configsDavid Bremner
2021-12-04test: add python-cffi bindings to path for test_pythonDavid Bremner
2021-12-04python-cffi: fix typos in docstring for Database.default_pathDavid Bremner
2021-12-03lib/config: don't overwrite database.path if the caller passed itDavid Bremner
2021-12-03lib/open: track which parameters are passedDavid Bremner
2021-12-03test: add known broken test for conflict with database parameterDavid Bremner
2021-12-03test/libconfig: use 'export' for remaining sets of NOTMUCH_CONFIGDavid Bremner
2021-12-03emacs: drop C-tab binding in hello mode, document <backtab>.David Bremner
2021-12-03doc/python-cffi: import from built bindings, not installed moduleDavid Bremner
2021-12-03rename built_with.sexpr_query to built_with.sexp_queriesDavid Bremner
2021-11-04Merge tag '0.34.1'David Bremner
2021-11-03debian: refinalize changelogdebian/0.34.1-1archive/debian/0.34.1-10.34.1David Bremner
2021-11-03NEWS: finalize release dateDavid Bremner
2021-10-31debian: changelog for 0.34.1-1David Bremner
2021-10-31NEWS: start news for 0.34.1David Bremner
2021-10-31version: bump to 0.34.1David Bremner
2021-10-30emacs: improve notmuch-*-from-current-query docstringsDavid Bremner
2021-10-30emacs: add minimal docstring for notmuch-unthreadedDavid Bremner
2021-10-30lib/open: replace call to deprecated notmuch_database_open_verboseDavid Bremner
2021-10-30lib/compact: replace deprecated notmuch_database_open_verboseDavid Bremner
2021-10-30Merge branch 'release'David Bremner
2021-10-30lib/load_config: deallocate / NULL database on fatal errorDavid Bremner
2021-10-30lib/load_config: document expectations for db on error, add testsDavid Bremner
2021-10-30lib/create: fix memory leak, ensure *database=NULL on errorDavid Bremner
2021-10-30lib/create: document expectations for db on error, add testsDavid Bremner
2021-10-30lib/open: fix potential double-free, ensure *database=NULL on errorDavid Bremner
2021-10-30test: add two known broken tests for missing config filesDavid Bremner
2021-10-30lib: document n_o_w_config can return NOTMUCH_STATUS_NO_CONFIGDavid Bremner
2021-10-27Merge branch 'release'David Bremner
2021-10-27NEWS: fix typo in 0.34 news.David Bremner
2021-10-27test/libconfig: use 'export' when restoring NOTMUCH_CONFIGDavid Bremner
2021-10-25doc/sexp-queries: replace definition lists with block quotes.David Bremner
2021-10-25doc: remove explicit formatting of terms in definition listsDavid Bremner
2021-10-23CLI: move indexopts variable out of shared options blockDavid Bremner
2021-10-23lib: make indexopts pointers opaqueDavid Bremner
2021-10-23cli: remove enum names from typedefsJani Nikula