]> git.notmuchmail.org Git - notmuch/blobdiff - lib/built-with.c
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / lib / built-with.c
index 89958e1222d3582588f69de59958f717074c7902..275e72b89e84d3de95ac73d628576d8da1211d0d 100644 (file)
@@ -32,7 +32,7 @@ notmuch_built_with (const char *name)
        return HAVE_XAPIAN_DB_RETRY_LOCK;
     } else if (STRNCMP_LITERAL (name, "session_key") == 0) {
        return true;
-    } else if (STRNCMP_LITERAL (name, "sexpr_query") == 0) {
+    } else if (STRNCMP_LITERAL (name, "sexp_queries") == 0) {
        return HAVE_SFSEXP;
     } else {
        return false;