X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt.h;h=0251623897c90497c83cfd0074489347278421cd;hp=28581364779ea775f51d98ed7653d89fb73f6e0e;hb=db3bd72d8b48f1f9b49899da081ffbec4ce2c1c6;hpb=c8e9242de36d7aa6e3bb2e446f57ef2a14e4c889 diff --git a/crypt.h b/crypt.h index 2858136..0251623 100644 --- a/crypt.h +++ b/crypt.h @@ -18,6 +18,7 @@ #include #include "state.h" +#include "crypt.li" #define ENCRYPT (1 << 0) #define SIGN (1 << 1) @@ -63,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. */ @@ -76,10 +78,6 @@ void crypt_extract_keys_from_messages (HEADER * h); Return the list of keys in KEYLIST. */ int crypt_get_keys (HEADER * msg, char **keylist); - -/* Show a message that a backend will be invoked. */ -void crypt_invoke_message (int type); - /* Decrypt a PGP/MIME message. */ int crypt_pgp_decrypt_mime (FILE * a, FILE ** b, BODY * c, BODY ** d); @@ -92,9 +90,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);