]> git.cworth.org Git - notmuch/commit
lib: add NOTMUCH_STATUS_NO_CONFIG
authorDavid Bremner <david@tethera.net>
Sun, 3 Jan 2021 12:30:46 +0000 (08:30 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 23:43:11 +0000 (19:43 -0400)
commiteea258c0c9386a5eecae48a98b552113a3584a7d
tree767f2ce98ff1e91bd892df17c633a264e1c9ea2a
parent1f860a6c41aad8b6d2350c439b39aa0692597a79
lib: add NOTMUCH_STATUS_NO_CONFIG

This will allow client code to provide more meaningful diagnostics. In
particular it will enable "notmuch new" to continue suggsting the user
run "notmuch setup" to create a config after "notmuch new" is
transitioned to the new  configuration framework.
bindings/python-cffi/notmuch2/_build.py
bindings/python-cffi/notmuch2/_errors.py
lib/notmuch.h
lib/open.cc