X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=0d12ec1efde57b4862f1001facdbfafe3dec54cd;hb=f5d4349921ded021756d6754d347420e68b23111;hp=d83cf0d0ae0bc674cd341703d004082d6504dcce;hpb=4743e87c2c79c37208bb60d6617ef203796fc5c2;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index d83cf0d0..0d12ec1e 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -189,7 +189,11 @@ operator& (notmuch_field_flag_t a, notmuch_field_flag_t b) struct _notmuch_database { bool exception_reported; - char *path; + /* Path to actual database */ + const char *xapian_path; + + /* Path to config loaded, if any */ + const char *config_path; int atomic_nesting; /* true if changes have been made in this atomic section */