]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
lib: add a log function with output to a string in notmuch_database_t
[notmuch] / lib / notmuch.h
index c671d8229b39ba4700e72d9160b7382e97653382..20c4e0190c5cdc2f9e5d5464e9ab67192d424534 100644 (file)
@@ -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.
  *