X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=152862bea36c2f886bcd8c6872b0a16e6e5a9f48;hp=a81949c5bf89ae933201051cc1f15380b10527a7;hb=b64de2dbabed6d8776dfb6f048401dc6f67ec79e;hpb=923e295d2cd179be0ab05890c9788bb822b1b340 diff --git a/sendlib.c b/sendlib.c index a81949c..152862b 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1107,8 +1107,6 @@ BODY *mutt_make_message_attach (CONTEXT * ctx, HEADER * hdr, int attach_msg) if ((option (OPTMIMEFORWDECODE) || option (OPTFORWDECRYPT)) && (hdr->security & ENCRYPT)) { - if (!crypt_valid_passphrase (hdr->security)) - return (NULL); } fp = m_tempfile(buffer, sizeof(buffer), NONULL(MCore.tmpdir), NULL);