summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-07CLI/git: add --format-version argument to init subcommandDavid Bremner
2022-07-07CL/git: add format version 1David Bremner
2022-07-07CLI/git: replace most mentions of nmbugDavid Bremner
2022-07-05test: known broken test for top level .notmuch in split configsDavid Bremner
2022-07-05bindings/python-cffi: fix docstringDavid Bremner
2022-07-05test: add new corpus of duplicate messagesDavid Bremner
2022-07-05test: define and use notmuch_sexp_*_sanitize functionsDavid Bremner
2022-07-05test: use notmuch_json_show_sanitize more placesDavid Bremner
2022-07-03doc: replace symlink with copies for nmbug, notmuch-setupDavid Bremner
2022-07-03emacs: mark notmuch-query.el as obsoleteDavid Bremner
2022-07-01lib/sexp: add parameter expansion for regex and wildcardDavid Bremner
2022-07-01test/sexp: add known broken tests for macro param inside rx/wildcardDavid Bremner
2022-07-01make git ignore new build productsMichael J Gruber
2022-06-25doc/sexp: document range queries.David Bremner
2022-06-25lib/sexp: allow * as alias for "" in range searches.David Bremner
2022-06-25lib/sexp: special case "" as an argument in lastmod ranges.David Bremner
2022-06-25test/sexp: one sided range searches.David Bremner
2022-06-25lib: check for writable db in n_m_tags_maildir_flagsDavid Bremner
2022-06-25lib: add NOTMUCH_STATUS_CLOSED_DATABASE, use in _n_d_ensure_writableDavid Bremner
2022-06-25lib: Add missing private status values.David Bremner
2022-06-25lib/tag: handle NULL argument to notmuch_tags_validDavid Bremner
2022-06-25test: add known broken test for notmuch_tags_valid (NULL)David Bremner
2022-06-25test: error handling for n_m_tags_to_maildir_flagsDavid Bremner
2022-06-25test: error handling in _n_message_{add,remove}_filenameDavid Bremner
2022-06-25lib/message: check return status from _n_m_add_{path,folder}_termsDavid Bremner
2022-06-25lib/message: check return status of _n_m_{add,remove}_termDavid Bremner
2022-06-25lib: define macro NODISCARDDavid Bremner
2022-06-25lib/message: drop _notmuch_message_get_thread_id_onlyDavid Bremner
2022-06-25test: _notmuch_message_remove_term catches exceptions.David Bremner
2022-06-25lib/message: catch exceptions in _n_m_add_termDavid Bremner
2022-06-25test: define test_private_CDavid Bremner
2022-06-18CLI: set NOTMUCH_CONFIG in hooks.David Bremner
2022-06-18test: add known broken tests for setting NOTMUCH_CONFIG in hooksDavid Bremner
2022-06-17debian: install notmuch-gitDavid Bremner
2022-06-17CLI/git: add safety checks for checkout and commitDavid Bremner
2022-06-17CLI/git: support configuration for repo location / prefixDavid Bremner
2022-06-17CLI/git: change defaults for repo and prefixDavid Bremner
2022-06-17doc/notmuch-git: initial documentationDavid Bremner
2022-06-17CLI/git: cache git indicesDavid Bremner
2022-06-17CLI/git: add @timed decorator, time a few functionsDavid Bremner
2022-06-17CLI/git: replace enumeration of tags with sexp query.David Bremner
2022-06-17test/git: add known broken test for tag with quotes.David Bremner
2022-06-17CLI/git: suppress warnings about initial branch nameDavid Bremner
2022-06-17CLI/git: rename environment variables.David Bremner
2022-06-17test: initial tests for notmuch-gitDavid Bremner
2022-06-17CLI/git: Add an 'init' commandW. Trevor King
2022-06-17CLI/git: make existance of config branch optional on cloneDavid Bremner
2022-06-17notmuch-git: add --git-dir, --tag-prefix argumentsDavid Bremner
2022-06-17CLI/git: drop support for python < 3.2David Bremner
2022-06-17nmbug: promote to user tool "notmuch-git"David Bremner