X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=239c7eac3ca7c0dfa3184d15cc1bd4853547d63d;hp=7dcb21bd7e46f27ec0d3eeb3af1d7189fea63460;hb=b94ae1245c98907bffbbbefaf6feb53f1ac80234;hpb=1c62190597f45fd606cf680df3f6a099b9f7ec18 diff --git a/commands.c b/commands.c index 7dcb21b..239c7ea 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)) @@ -704,11 +699,6 @@ int mutt_save_message (HEADER * h, int delete, return -1; } -void mutt_version (void) -{ - mutt_message (mutt_make_version()); -} - void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp) { char buf[LONG_STRING];