X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;fp=lib%2Fnotmuch.h;h=4f384e58881faa7f1a0bc08a40550f45585ac808;hp=5ec14c38dd0bfa1b8ca1ce442ff9511371955818;hb=eea258c0c9386a5eecae48a98b552113a3584a7d;hpb=1f860a6c41aad8b6d2350c439b39aa0692597a79 diff --git a/lib/notmuch.h b/lib/notmuch.h index 5ec14c38..4f384e58 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -208,6 +208,10 @@ 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, /** * Not an actual status value. Just a way to find out how many * valid status values there are.