X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=beaac3080dfdd1a72effbc00e9a78f634f0927d0;hp=710fd7b4a09e23e927e952c8f1c55cb23eb83fac;hb=455019bee68a67c26be011b390dd54eb1fce743f;hpb=dc726add2e8fe52be1f6859ea7cbe4651498eeb8 diff --git a/commands.c b/commands.c index 710fd7b..beaac30 100644 --- a/commands.c +++ b/commands.c @@ -91,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); @@ -699,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];