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