X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=eb7c6dff551888e579e201389cb60fc8928221c7;hp=7f6481632bc1abd0126bbaaf4483584908d18121;hb=4a2f9b3cc151e0cebc27d46857a5d803cca35d61;hpb=2e9b51fb51a029d99e890a791e00411daee21134 diff --git a/commands.c b/commands.c index 7f64816..eb7c6df 100644 --- a/commands.c +++ b/commands.c @@ -220,13 +220,10 @@ void ci_bounce_message (HEADER * h, int *redraw) if (query_quadoption (OPT_BOUNCE, prompt) != M_YES) { address_list_wipe(&adr); - CLEARLINE(main_w, LINES - 1); mutt_message (h ? _("Message not bounced.") : _("Messages not bounced.")); return; } - CLEARLINE(main_w, LINES - 1); - rc = mutt_bounce_message (NULL, h, adr); address_list_wipe(&adr); /* If no error, or background, display message. */ @@ -454,7 +451,6 @@ void mutt_shell_escape (void) if (!buf[0]) m_strcpy(buf, sizeof(buf), mod_core.shell); if (buf[0]) { - CLEARLINE(main_w, LINES - 1); mutt_endwin (NULL); fflush (stdout); if (mutt_system (buf) != 0 || option (OPTWAITKEY))