aboutsummaryrefslogtreecommitdiff
path: root/bindings/python-cffi/notmuch2/_build.py
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-02-23 15:56:47 -0400
committerDavid Bremner <david@tethera.net>2021-03-27 09:26:14 -0300
commit2e39ce6eb5d5e5ae2a2a4ed419190003f47e566e (patch)
tree38aa58aa45e6126ee0c2230bb54a60e033809a63 /bindings/python-cffi/notmuch2/_build.py
parentdd9112e7d8e89e8566b90379f5f3b1461a2d2845 (diff)
lib: add NOTMUCH_STATUS_NO_DATABASE
This will allow more precise return values from various open related functions.
Diffstat (limited to 'bindings/python-cffi/notmuch2/_build.py')
-rw-r--r--bindings/python-cffi/notmuch2/_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/python-cffi/notmuch2/_build.py b/bindings/python-cffi/notmuch2/_build.py
index f67b4de6..f712b6c5 100644
--- a/bindings/python-cffi/notmuch2/_build.py
+++ b/bindings/python-cffi/notmuch2/_build.py
@@ -51,6 +51,7 @@ ffibuilder.cdef(
NOTMUCH_STATUS_FAILED_CRYPTO_CONTEXT_CREATION,
NOTMUCH_STATUS_UNKNOWN_CRYPTO_PROTOCOL,
NOTMUCH_STATUS_NO_CONFIG,
+ NOTMUCH_STATUS_NO_DATABASE,
NOTMUCH_STATUS_DATABASE_EXISTS,
NOTMUCH_STATUS_LAST_STATUS
} notmuch_status_t;