From: Richard Russon Date: Sun, 20 Mar 2016 01:40:44 +0000 (+0000) Subject: Build fix for broken merge X-Git-Tag: neomutt-20160404~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22af25863c532bb6a2d8e397ef9ef7c03dda22e5;p=neomutt Build fix for broken merge --- diff --git a/version.c b/version.c index f1b6b5918..c0ed6eac3 100644 --- a/version.c +++ b/version.c @@ -266,6 +266,11 @@ static struct compile_options comp_opts[] = { #else { "USE_IMAP", 0 }, #endif +#ifdef USE_NOTMUCH + { "USE_NOTMUCH", 1 }, +#else + { "USE_NOTMUCH", 0 }, +#endif #ifdef USE_POP { "USE_POP", 1 }, #else