X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=20c4e0190c5cdc2f9e5d5464e9ab67192d424534;hb=ccd7c0b0e6222ca41670eb9a29cc1f9346dad772;hp=c671d8229b39ba4700e72d9160b7382e97653382;hpb=84d3b15d251623cbb66e5eca7ddb8d61aa596d33;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index c671d822..20c4e019 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -301,6 +301,13 @@ notmuch_database_open_verbose (const char *path, notmuch_database_t **database, char **error_message); +/** + * Retrieve last status string for given database. + * + */ +const char * +notmuch_database_status_string (notmuch_database_t *notmuch); + /** * Commit changes and close the given notmuch database. *