X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt.h;h=5f78c9f06e45107c1f81498499b13825c472855e;hp=28581364779ea775f51d98ed7653d89fb73f6e0e;hb=5d5711494f7df152a993edddae5cbec045440c56;hpb=c8e9242de36d7aa6e3bb2e446f57ef2a14e4c889 diff --git a/crypt.h b/crypt.h index 2858136..5f78c9f 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. */