X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=0b0540b13437f6161adbba741352ae9df0a2cdfd;hb=78632345868b5e4753ad402c806c29569946ce89;hp=44263a6663262c6a65ef556658aba26cd8ec69f9;hpb=e70df920851c6c00000b7707e3b61650548fbce7;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index 44263a66..0b0540b1 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -228,6 +228,10 @@ typedef enum { * No mail root could be deduced from parameters and environment */ NOTMUCH_STATUS_NO_MAIL_ROOT, + /** + * Database is not fully opened, or has been closed + */ + NOTMUCH_STATUS_CLOSED_DATABASE, /** * Not an actual status value. Just a way to find out how many * valid status values there are.