]> git.notmuchmail.org Git - notmuch/blobdiff - database-private.h
notmuch setup/new: Print progress once per second instead of after 1000 files.
[notmuch] / database-private.h
index b894717e1f0a746a14779a3bc193506ebf05b33c..76e26ce0045b70811c987c66a8bce2496c0f74de 100644 (file)
@@ -28,6 +28,7 @@
 struct _notmuch_database {
     char *path;
     Xapian::WritableDatabase *xapian_db;
+    Xapian::QueryParser *query_parser;
     Xapian::TermGenerator *term_gen;
 };