summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-01-02 21:50:24 -0400
committerDavid Bremner <david@tethera.net>2021-02-06 19:37:50 -0400
commitbaf1202fbc3b27790d0ff347e29589188d5644a5 (patch)
treede0a260e62b988e52f199ab036706314749d43e2 /bindings
parentf118ef3c3db0a01479a505ba85a34879d8e0dede (diff)
bindings/notmuch2: add missing crypto error status codes
These are needed so that the later codes line up numerically.
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python-cffi/notmuch2/_build.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings/python-cffi/notmuch2/_build.py b/bindings/python-cffi/notmuch2/_build.py
index f269f2a1..d3bb9104 100644
--- a/bindings/python-cffi/notmuch2/_build.py
+++ b/bindings/python-cffi/notmuch2/_build.py
@@ -47,6 +47,9 @@ ffibuilder.cdef(
NOTMUCH_STATUS_UPGRADE_REQUIRED,
NOTMUCH_STATUS_PATH_ERROR,
NOTMUCH_STATUS_ILLEGAL_ARGUMENT,
+ NOTMUCH_STATUS_MALFORMED_CRYPTO_PROTOCOL,
+ NOTMUCH_STATUS_FAILED_CRYPTO_CONTEXT_CREATION,
+ NOTMUCH_STATUS_UNKNOWN_CRYPTO_PROTOCOL,
NOTMUCH_STATUS_LAST_STATUS
} notmuch_status_t;
typedef enum {