X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=beaac3080dfdd1a72effbc00e9a78f634f0927d0;hp=7f6481632bc1abd0126bbaaf4483584908d18121;hb=455019bee68a67c26be011b390dd54eb1fce743f;hpb=2e9b51fb51a029d99e890a791e00411daee21134 diff --git a/commands.c b/commands.c index 7f64816..beaac30 100644 --- a/commands.c +++ b/commands.c @@ -18,7 +18,6 @@ #include #include -#include #include #include @@ -92,10 +91,6 @@ int mutt_display_message (HEADER * cur) } } - if (cmflags & M_CM_VERIFY || cur->security & ENCRYPT) { - crypt_invoke_message(cur->security); - } - res = _mutt_copy_message (fpout, msg->fp, cur, cur->content, cmflags, (option (OPTWEED) ? (CH_WEED | CH_REORDER) : 0) | CH_DECODE | CH_FROM); @@ -220,13 +215,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 +446,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)) @@ -704,11 +695,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];