X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=0b0540b13437f6161adbba741352ae9df0a2cdfd;hb=6219e7380ae34cc0c8142f4174bee3cde9bf9662;hp=2e6ec2af1ae2a5054cd1516088764cc44557faa4;hpb=7f8af14bdc53a4a793143651e708a44e29bb9522;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index 2e6ec2af..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. @@ -2262,6 +2266,9 @@ notmuch_message_properties_destroy (notmuch_message_properties_t *properties); * valid string. Whereas when this function returns FALSE, * notmuch_tags_get will return NULL. * + * It is acceptable to pass NULL for 'tags', in which case this + * function will always return FALSE. + * See the documentation of notmuch_message_get_tags for example code * showing how to iterate over a notmuch_tags_t object. */