X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvattach.c;h=ccbcf1a6b696230447966b4d5d69e05e3eb29105;hp=e2fbd41fe0e229ea80160d24dc027f414ac836ad;hb=1ad0381f1e44f0717327f9f2146e6bdd654cba96;hpb=576172ff50f9dd94dd2f5cc91d247c1e50dbe7fc diff --git a/recvattach.c b/recvattach.c index e2fbd41..ccbcf1a 100644 --- a/recvattach.c +++ b/recvattach.c @@ -333,7 +333,7 @@ int mutt_tag_attach (MUTTMENU * menu, int n, int m) static int mutt_query_save_attachment (FILE * fp, BODY * body, HEADER * hdr, char **directory) { - char *prompt; + const char *prompt; char buf[_POSIX_PATH_MAX], tfile[_POSIX_PATH_MAX]; int is_message; int append = 0; @@ -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);