X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postpone.c;h=485b44fca6ee292fb78a7db8792bb0e14736fe19;hb=7d9dec2f12342892c972bed1ece496b03180cd81;hp=165438dea7b88dffa77639e586b559ed5d58f85d;hpb=558b0bd9de90a9dc28f409d8f46679bf48c72ded;p=apps%2Fmadmutt.git diff --git a/postpone.c b/postpone.c index 165438d..485b44f 100644 --- a/postpone.c +++ b/postpone.c @@ -23,7 +23,7 @@ #include "handler.h" #include "sort.h" #include "thread.h" -#include +#include "crypt.h" #include @@ -508,9 +508,6 @@ int mutt_prepare_template (FILE * fp, CONTEXT * ctx, HEADER * newhdr, { int ccap = (APPLICATION_PGP | APPLICATION_SMIME) & hdr->security; newhdr->security |= ENCRYPT | ccap; - if (!crypt_valid_passphrase (ccap)) - goto err; - mutt_message _("Decrypting message..."); if (((ccap & APPLICATION_PGP)