X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=9d1dabf109625896363b21e9c417dafd7d5d95e6;hb=e9206b5ed659baa4438e3be1e30c9e806450b59a;hp=293f2db42a31ff2cd0dbc73ff9775c53d8de85d5;hpb=319dd95ebbd841320e269d34e67a824876f8426a;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index 293f2db4..9d1dabf1 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -221,6 +221,11 @@ struct _notmuch_database { Xapian::ValueRangeProcessor *value_range_processor; Xapian::ValueRangeProcessor *date_range_processor; Xapian::ValueRangeProcessor *last_mod_range_processor; + + /* XXX it's slightly gross to use two parallel string->string maps + * here, but at least they are small */ + notmuch_string_map_t *user_prefix; + notmuch_string_map_t *user_header; }; /* Prior to database version 3, features were implied by the database