]> git.notmuchmail.org Git - notmuch/blobdiff - database-private.h
notmuch dump: Fix the sorting of results.
[notmuch] / database-private.h
index b894717e1f0a746a14779a3bc193506ebf05b33c..a5cca5a4d67b911a319e8af9df63d3d22335965e 100644 (file)
@@ -28,7 +28,7 @@
 struct _notmuch_database {
     char *path;
     Xapian::WritableDatabase *xapian_db;
 struct _notmuch_database {
     char *path;
     Xapian::WritableDatabase *xapian_db;
-    Xapian::TermGenerator *term_gen;
+    Xapian::QueryParser *query_parser;
 };
 
 #endif
 };
 
 #endif