X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fbuilt-with.c;h=9cffd9f91d5a6cecdc736c8f3564cf5d6361b657;hp=27384bd044bc16999b6ddccf686433c983209c76;hb=0ff13f862cd817fc1971900a433856a2a6146e24;hpb=5f2832ae2171714dfef6d0d3302f473526480157 diff --git a/lib/built-with.c b/lib/built-with.c index 27384bd0..9cffd9f9 100644 --- a/lib/built-with.c +++ b/lib/built-with.c @@ -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 HAVE_GMIME_SESSION_KEYS; } else { return false; }