From: Víctor Manuel Jáquez Leal Date: Mon, 23 Apr 2012 00:15:56 +0000 (+0200) Subject: add NOTMUCH in show_version() X-Git-Tag: neomutt-20160404~13^2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd3146e53fb7a68a399bc2f09760edb832d19246;p=neomutt add NOTMUCH in show_version() --- diff --git a/main.c b/main.c index a1edd6e11..b10222afb 100644 --- a/main.c +++ b/main.c @@ -494,6 +494,12 @@ static void show_version (void) "-USE_SIDEBAR " #endif +#if USE_NOTMUCH + "+NOTMUCH " +#else + "-NOTMUCH " +#endif + ); #ifdef ISPELL