]> granicus.if.org Git - neomutt/commitdiff
Build fix for broken merge
authorRichard Russon <rich@flatcap.org>
Sun, 20 Mar 2016 01:40:44 +0000 (01:40 +0000)
committerRichard Russon <rich@flatcap.org>
Mon, 4 Apr 2016 15:38:39 +0000 (16:38 +0100)
version.c

index f1b6b59182dbb114dc9b542192d4f03a82c70673..c0ed6eac367d2f12dc5a92e8a11af20d14c9ea37 100644 (file)
--- 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