X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=color.c;h=f9136117a2e169b4ed1021a03970ffa4248cf31d;hp=152b308dacfd24f5e7953350e3c7f3335189ccec;hb=643be053e447a35cccc37550ac0087bb5bb5c5ad;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/color.c b/color.c index 152b308..f913611 100644 --- a/color.c +++ b/color.c @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "mutt.h" #include "mutt_curses.h" #include "mapping.h" @@ -90,6 +94,7 @@ static struct mapping_t Fields[] = { "underline", MT_COLOR_UNDERLINE }, { "index", MT_COLOR_INDEX }, { "sidebar_new", MT_COLOR_NEW }, + { "sidebar_flagged", MT_COLOR_FLAGGED }, { NULL, 0 } };