From: Richard Russon Date: Sun, 10 Apr 2016 22:13:29 +0000 (+0100) Subject: add missing version identifier X-Git-Tag: neomutt-20160416~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2da6559581b32b46a6df7c137e1e59fac20e9288;p=neomutt add missing version identifier USE_SIDEBAR, in version.c, got lost in the merge into neomutt --- diff --git a/version.c b/version.c index c0ed6eac3..626e1e905 100644 --- 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