]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
Switch from random to sequential thread identifiers.
[notmuch] / lib / database-private.h
index 643b0507dc26c0500d980993107d9d7e7b911fe1..5bb6e86c735fd80d53efcc801f4a4697cba5bd31 100644 (file)
 
 struct _notmuch_database {
     notmuch_bool_t exception_reported;
+
     char *path;
+
+    notmuch_bool_t needs_upgrade;
     notmuch_database_mode_t mode;
     Xapian::Database *xapian_db;
+
+    uint64_t last_thread_id;
+
     Xapian::QueryParser *query_parser;
     Xapian::TermGenerator *term_gen;
     Xapian::ValueRangeProcessor *value_range_processor;
+
 };
 
 /* Convert tags from Xapian internal format to notmuch format.