X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=3fb10f7a408415fc7b22a1ce7cf34fa72cbba5b7;hp=5c5a2bb2e51b416f0a0e9840acf5133d247bf9df;hb=cb08a2ee019e52dc29ba393d139fce8d7282c632;hpb=7f57b747b95eece465d10fd0acba20cc3dd868f1 diff --git a/lib/database-private.h b/lib/database-private.h index 5c5a2bb2..3fb10f7a 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -170,11 +170,13 @@ struct _notmuch_database { * under a higher revision number, which can be generated with * notmuch_database_new_revision. */ unsigned long revision; + const char *uuid; Xapian::QueryParser *query_parser; Xapian::TermGenerator *term_gen; Xapian::ValueRangeProcessor *value_range_processor; Xapian::ValueRangeProcessor *date_range_processor; + Xapian::ValueRangeProcessor *last_mod_range_processor; }; /* Prior to database version 3, features were implied by the database