X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvattach.c;h=3339226e75ee4a529969c5111a368d42902a561a;hp=e2fbd41fe0e229ea80160d24dc027f414ac836ad;hb=d9fb9e0065b85ee47710bbcba7a81a5266e9e948;hpb=576172ff50f9dd94dd2f5cc91d247c1e50dbe7fc diff --git a/recvattach.c b/recvattach.c index e2fbd41..3339226 100644 --- a/recvattach.c +++ b/recvattach.c @@ -826,9 +826,6 @@ void mutt_view_attachments (HEADER * hdr) need_secured = 1; if (hdr->security & APPLICATION_SMIME) { - if (hdr->env) - crypt_smime_getkeys (hdr->env); - if (mutt_is_application_smime (hdr->content)) { secured = !crypt_smime_decrypt_mime (msg->fp, &fp, hdr->content, &cur);