X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=beaac3080dfdd1a72effbc00e9a78f634f0927d0;hp=239c7eac3ca7c0dfa3184d15cc1bd4853547d63d;hb=455019bee68a67c26be011b390dd54eb1fce743f;hpb=d2227f502071cc594dbc77ccb0b3f4d0e7b36ae0 diff --git a/commands.c b/commands.c index 239c7ea..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);