X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=curs_main.c;h=69431634fc0865e1d83b30d88e98f4670fd1e052;hb=fe23f004535336d4d6103eada14a59173c212edb;hp=42943c57dba1b2580320cfa58536550cf9152eb4;hpb=0509754ed2749193e9e99a1898bdf370bd1d2339;p=apps%2Fmadmutt.git diff --git a/curs_main.c b/curs_main.c index 42943c5..6943163 100644 --- a/curs_main.c +++ b/curs_main.c @@ -557,8 +557,10 @@ int mutt_index_menu (void) DrawFullLine = 0; CLEARLINE (option (OPTSTATUSONTOP) ? 0 : LINES - 2); SETCOLOR (MT_COLOR_STATUS); + BKGDSET (MT_COLOR_STATUS); mutt_paddstr (COLS, buf); SETCOLOR (MT_COLOR_NORMAL); + BKGDSET (MT_COLOR_NORMAL); sidebar_set_buffystats (Context); menu->redraw &= ~REDRAW_STATUS; if (option (OPTXTERMSETTITLES)) { @@ -1298,10 +1300,6 @@ int mutt_index_menu (void) if (option (OPTPGPAUTODEC) && (tag || !(CURHDR->security & PGP_TRADITIONAL_CHECKED))) mutt_check_traditional_pgp (tag ? NULL : CURHDR, &menu->redraw); - if ((op = mutt_display_message (CURHDR)) == -1) { - unset_option (OPTNEEDRESORT); - break; - } if ((op = mutt_display_message (CURHDR)) == -1) { unset_option (OPTNEEDRESORT);