X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt.cpkg;h=67b37c2e8e925ff7452f91e6057b8fa34b77afc3;hp=8fde1ab34dd75f55de2fe8341bce84e4c0050991;hb=981e10e224fde4de5d40adcee1deda89df2715ca;hpb=b94ae1245c98907bffbbbefaf6feb53f1ac80234 diff --git a/crypt.cpkg b/crypt.cpkg index 8fde1ab..67b37c2 100644 --- a/crypt.cpkg +++ b/crypt.cpkg @@ -3704,16 +3704,6 @@ void crypt_pgp_extract_keys_from_attachment_list(FILE * fp, int tag, BODY * top) } } -void crypt_invoke_message (int type) -{ - if (type & APPLICATION_PGP) { - mutt_message _("Invoking PGP..."); - } - else if (type & APPLICATION_SMIME) { - mutt_message _("Invoking S/MIME..."); - } -} - int mutt_protect (HEADER * msg, char *keylist) { BODY *pbody = NULL, *tmp_pbody = NULL;