]> granicus.if.org Git - neomutt/commitdiff
add missing version identifier
authorRichard Russon <rich@flatcap.org>
Sun, 10 Apr 2016 22:13:29 +0000 (23:13 +0100)
committerRichard Russon <rich@flatcap.org>
Sun, 10 Apr 2016 22:13:29 +0000 (23:13 +0100)
USE_SIDEBAR, in version.c, got lost in the merge into neomutt

version.c

index c0ed6eac367d2f12dc5a92e8a11af20d14c9ea37..626e1e90535275f36fd5f90f01a74992245fc9e7 100644 (file)
--- a/version.c
+++ b/version.c
@@ -286,6 +286,11 @@ static struct compile_options comp_opts[] = {
 #else
        { "USE_SETGID", 0 },
 #endif
+#ifdef USE_SIDEBAR
+       { "USE_SIDEBAR", 1 },
+#else
+       { "USE_SIDEBAR", 0 },
+#endif
 #ifdef USE_SMTP
        { "USE_SMTP", 1 },
 #else