X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fbuilt-with.c;h=320be6c5ed20d1e2114ae88ed1d37b92666a0b12;hp=9cffd9f91d5a6cecdc736c8f3564cf5d6361b657;hb=bb0b119358e4d6df5cc085a48cb3d2e09e396922;hpb=096d45a878ba9606f1677f66d346b14c3c274fa5 diff --git a/lib/built-with.c b/lib/built-with.c index 9cffd9f9..320be6c5 100644 --- a/lib/built-with.c +++ b/lib/built-with.c @@ -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; }