yes, we always have colors, screw stupid antiquated ncurses.
[apps/madmutt.git] / init.h
diff --git a/init.h b/init.h
index 841ae38..6346c29 100644 (file)
--- a/init.h
+++ b/init.h
@@ -3700,9 +3700,6 @@ static const char* Features[] = {
 #ifdef USE_LIBESMTP
   "libesmtp",
 #endif
-#ifdef HAVE_COLOR
-  "color",
-#endif
 #ifdef CRYPT_BACKEND_GPGME
   "gpgme",
 #endif
@@ -3822,10 +3819,8 @@ struct command_t Commands[] = {
   {"alternative_order", parse_list, UL &AlternativeOrderList},
   {"bind", mutt_parse_bind, 0},
   {"charset-hook", mutt_parse_hook, M_CHARSETHOOK},
-#ifdef HAVE_COLOR
   {"color", mutt_parse_color, 0},
   {"uncolor", mutt_parse_uncolor, 0},
-#endif
   {"exec", mutt_parse_exec, 0},
   {"fcc-hook", mutt_parse_hook, M_FCCHOOK},
   {"fcc-save-hook", mutt_parse_hook, M_FCCHOOK|M_SAVEHOOK},