X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=5f178f3ebc27b77882fc8f25669776fbbef838dd;hp=79c7916a088da6ebd22c2d007da4ff7c9720088c;hb=e2341cbc09b503f996fd46b68f9d96ae6004025b;hpb=717279fbcf7e057957c7c6726cd4930393cd5fdf diff --git a/lib/database-private.h b/lib/database-private.h index 79c7916a..5f178f3e 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -26,6 +26,7 @@ #include struct _notmuch_database { + notmuch_bool_t exception_reported; char *path; notmuch_database_mode_t mode; Xapian::Database *xapian_db;