X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=bd72f670092b0846501e425de44eb69f91a13869;hb=67c3bc9db48c9e12d648df4792c706cae723676c;hp=41918d760fe82bed3c960f07f08f30159d3e4231;hpb=e2dd4ac00b9979de34bd517fa57de56260d38755;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index 41918d76..bd72f670 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -43,6 +43,7 @@ struct _notmuch_database { notmuch_database_mode_t mode; Xapian::Database *xapian_db; + unsigned int last_doc_id; uint64_t last_thread_id; Xapian::QueryParser *query_parser;