]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
Catch and optionally print about exception at database->flush.
[notmuch] / lib / database-private.h
index 79c7916a088da6ebd22c2d007da4ff7c9720088c..5f178f3ebc27b77882fc8f25669776fbbef838dd 100644 (file)
@@ -26,6 +26,7 @@
 #include <xapian.h>
 
 struct _notmuch_database {
+    notmuch_bool_t exception_reported;
     char *path;
     notmuch_database_mode_t mode;
     Xapian::Database *xapian_db;