]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
lib: factor out expansion of saved queries.
[notmuch] / lib / database-private.h
index 9ee3b933578739ed389d8ea5cd842fdb88c2ee05..8b9d67feec7044934c6eff8d3a1b03d1bdb1fbc1 100644 (file)
@@ -327,6 +327,11 @@ _notmuch_regexp_to_query (notmuch_database_t *notmuch, Xapian::valueno slot, std
                          std::string regexp_str,
                          Xapian::Query &output, std::string &msg);
 
+/* thread-fp.cc */
+notmuch_status_t
+_notmuch_query_name_to_query (notmuch_database_t *notmuch, const std::string name,
+                             Xapian::Query &output);
+
 #if HAVE_SFSEXP
 /* parse-sexp.cc */
 notmuch_status_t