summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-12-25 09:33:05 -0400
committerDavid Bremner <david@tethera.net>2022-01-15 15:59:39 -0400
commitfad2e7540bf9309bfb335650ded753e9ed085eff (patch)
treefe2526c42d0a11dc5a336de501e23a991da9c31f /bindings
parent64212c7b91cdb7e65a2a28f994f8d060a50ae78c (diff)
lib/open: no default mail root in split configurations
If we know the configuration is split, but there is no mail root defined, this indicates a (lack of) configuration error. Currently this can only arise in XDG configurations.
Diffstat (limited to 'bindings')
-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 45eb20c0..a55b484f 100644
--- a/bindings/python-cffi/notmuch2/_build.py
+++ b/bindings/python-cffi/notmuch2/_build.py
@@ -54,6 +54,7 @@ ffibuilder.cdef(
NOTMUCH_STATUS_NO_DATABASE,
NOTMUCH_STATUS_DATABASE_EXISTS,
NOTMUCH_STATUS_BAD_QUERY_SYNTAX,
+ NOTMUCH_STATUS_NO_MAIL_ROOT,
NOTMUCH_STATUS_LAST_STATUS
} notmuch_status_t;
typedef enum {