]> git.notmuchmail.org Git - notmuch/blobdiff - lib/built-with.c
Merge tag 0.28.4
[notmuch] / lib / built-with.c
index 27384bd044bc16999b6ddccf686433c983209c76..320be6c5ed20d1e2114ae88ed1d37b92666a0b12 100644 (file)
@@ -30,6 +30,8 @@ notmuch_built_with (const char *name)
        return HAVE_XAPIAN_FIELD_PROCESSOR;
     } else if (STRNCMP_LITERAL (name, "retry_lock") == 0) {
        return HAVE_XAPIAN_DB_RETRY_LOCK;
+    } else if (STRNCMP_LITERAL (name, "session_key") == 0) {
+       return true;
     } else {
        return false;
     }