X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;fp=lib%2Fnotmuch.h;h=6d22d328ce1b57f1b04ee445aaa2e44d9efb54e6;hp=4f384e58881faa7f1a0bc08a40550f45585ac808;hb=55f5e87096fda96280ccc4b191393c7e59b4df57;hpb=c447fe92c7ec3e6730d2cd0d739d8978cf8696f1 diff --git a/lib/notmuch.h b/lib/notmuch.h index 4f384e58..6d22d328 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -212,6 +212,10 @@ typedef enum _notmuch_status { * 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.