X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=beaac3080dfdd1a72effbc00e9a78f634f0927d0;hp=eb7c6dff551888e579e201389cb60fc8928221c7;hb=455019bee68a67c26be011b390dd54eb1fce743f;hpb=62660b191284bee3b9bc3eeb126f7632636af535 diff --git a/commands.c b/commands.c index eb7c6df..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); @@ -700,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];