]> git.notmuchmail.org Git - notmuch/blobdiff - lib/built-with.c
gmime-cleanup: always support session keys
[notmuch] / lib / built-with.c
index 9cffd9f91d5a6cecdc736c8f3564cf5d6361b657..320be6c5ed20d1e2114ae88ed1d37b92666a0b12 100644 (file)
@@ -31,7 +31,7 @@ notmuch_built_with (const char *name)
     } else if (STRNCMP_LITERAL (name, "retry_lock") == 0) {
        return HAVE_XAPIAN_DB_RETRY_LOCK;
     } else if (STRNCMP_LITERAL (name, "session_key") == 0) {
-       return HAVE_GMIME_SESSION_KEYS;
+       return true;
     } else {
        return false;
     }