X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt.h;h=244d90cf638d25ce8b8ba80336360306b481562e;hp=8c5e2746eeccba2c933f645257f195a6f9e2bf35;hb=1b124c1023ddce763d17efc8d84a9d53a35be31b;hpb=1951199b744b2104bf7fe60effe5dd0f455aee9c diff --git a/crypt.h b/crypt.h index 8c5e274..244d90c 100644 --- a/crypt.h +++ b/crypt.h @@ -64,6 +64,7 @@ int crypt_send_menu(HEADER *msg, int *redraw, int smime); int mutt_protect (HEADER *, char *); int mutt_signed_handler (BODY *, STATE *); int mutt_parse_crypt_hdr (char *, int); +int mutt_check_traditional_pgp (HEADER *, int *); /* Check out the type of encryption used and set the cached status values if there are any. */ @@ -93,9 +94,6 @@ int crypt_pgp_encrypted_handler (BODY * a, STATE * s); /* Check for a traditional PGP message in body B. */ int crypt_pgp_check_traditional (FILE * fp, BODY * b, int tagged_only); -/* Generate a PGP public key attachment. */ -BODY *crypt_pgp_make_key_attachment (char *tempf); - /* fixme: needs documentation */ void crypt_pgp_extract_keys_from_attachment_list (FILE * fp, int tag, BODY * top);