X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=6d22d328ce1b57f1b04ee445aaa2e44d9efb54e6;hb=55f5e87096fda96280ccc4b191393c7e59b4df57;hp=5ec14c38dd0bfa1b8ca1ce442ff9511371955818;hpb=b860be6a765b421f755a7c1b054f6b9a39b129c0;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index 5ec14c38..6d22d328 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -208,6 +208,14 @@ typedef enum _notmuch_status { * something that notmuch doesn't know how to handle. */ NOTMUCH_STATUS_UNKNOWN_CRYPTO_PROTOCOL, + /** + * Unable to load a config file + */ + NOTMUCH_STATUS_NO_CONFIG, + /** + * Database exists, so not (re)-created + */ + NOTMUCH_STATUS_DATABASE_EXISTS, /** * Not an actual status value. Just a way to find out how many * valid status values there are.