X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=0d12ec1efde57b4862f1001facdbfafe3dec54cd;hb=0b48e65526fc1850949b5068a2536a4f46886197;hp=2900382d52b5eb9e38d6e9d27d74c56b978109aa;hpb=6251e2bb9ee023d25b58384c8a49576086fdaba3;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index 2900382d..0d12ec1e 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -192,6 +192,9 @@ struct _notmuch_database { /* 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 */ bool atomic_dirty;