Remove lots of useless stupid, and code greedy options.
[apps/madmutt.git] / lib-ui / curs_main.c
index 140668c..257cd96 100644 (file)
@@ -497,10 +497,10 @@ int mutt_index_menu (void)
 
       if (menu->redraw & REDRAW_STATUS) {
         menu_status_line (buf, sizeof (buf), menu, NONULL (Status));
-        CLEARLINE(main_w, option (OPTSTATUSONTOP) ? 0 : LINES - 2);
+        CLEARLINE(main_w, 0);
         SETCOLOR(main_w, MT_COLOR_STATUS);
         BKGDSET(main_w, MT_COLOR_STATUS);
-        wmove(main_w, option (OPTSTATUSONTOP) ? 0 : LINES - 2, 0);
+        wmove(main_w, 0, 0);
         mutt_paddstr (main_w, getmaxx(main_w), buf);
         SETCOLOR(main_w, MT_COLOR_NORMAL);
         BKGDSET(main_w, MT_COLOR_NORMAL);
@@ -1082,7 +1082,7 @@ int mutt_index_menu (void)
     case OP_MAIN_CHANGE_GROUP:
     case OP_MAIN_CHANGE_GROUP_READONLY:
 #endif
-      if (attach_msg || option (OPTREADONLY) ||
+      if (attach_msg ||
 #ifdef USE_NNTP
           op == OP_MAIN_CHANGE_GROUP_READONLY ||
 #endif