X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=2f1ee9518c5aeec0acbefdf5d1cd38212cf51d11;hp=ef11ed1bd7684a4de01434d301fb5d258d45c224;hb=c4f2f33a50643b41e6dbf0519c563ae7db48beab;hpb=34733fa25ed3ad8bd48621d66b7877af3426f544 diff --git a/lib/notmuch.h b/lib/notmuch.h index ef11ed1b..2f1ee951 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -961,6 +961,16 @@ notmuch_query_t * notmuch_query_create (notmuch_database_t *database, const char *query_string); +typedef enum { + NOTMUCH_QUERY_SYNTAX_XAPIAN, + NOTMUCH_QUERY_SYNTAX_SEXP +} notmuch_query_syntax_t; + +notmuch_status_t +notmuch_query_create_with_syntax (notmuch_database_t *database, + const char *query_string, + notmuch_query_syntax_t syntax, + notmuch_query_t **output); /** * Sort values for notmuch_query_set_sort. */