Include little patch from Michael Prokop which fixes the black stripes
[apps/madmutt.git] / mutt_menu.h
index 9ed85bb..fb3d9f5 100644 (file)
@@ -31,8 +31,9 @@
 #define REDRAW_FULL            (1<<5)
 #define REDRAW_BODY            (1<<6)
 #define REDRAW_SIGWINCH                (1<<7)
+#define REDRAW_SIDEBAR         (1<<8)
 
-#define M_MODEFMT "-- Mutt: %s"
+#define M_MODEFMT "-- Mutt-ng: %s"
 
 typedef struct menu_t
 {