Drop useless functions with gpgme (auto import is a gpg capability already).
[apps/madmutt.git] / recvattach.c
index e2fbd41..3339226 100644 (file)
@@ -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);