X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=9ea05fc5cfcd8f6b1e873b0bac48feb328c95b13;hb=2e39ce6eb5d5e5ae2a2a4ed419190003f47e566e;hp=2a013be05df34fcd4ad0c10947577464a46ca8ec;hpb=863b2431853385441f9fcbc22b9ff4e963091440;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index 2a013be0..9ea05fc5 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, + /** + * Unable to load a database + */ + NOTMUCH_STATUS_NO_DATABASE, /** * Database exists, so not (re)-created */