X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-gpgme.h;fp=crypt-gpgme.h;h=c630053b1b10a914096743cffc262e665d5a8bf2;hp=abe3487b1747285fc159ad7880e3708feab0449a;hb=fa2fd1900f206da4bb975b5ece50ee29f5bd8a75;hpb=e48e5f6eea09d24c11eab214cefadfd126da11dd diff --git a/crypt-gpgme.h b/crypt-gpgme.h index abe3487..c630053 100644 --- a/crypt-gpgme.h +++ b/crypt-gpgme.h @@ -40,6 +40,8 @@ BODY *smime_gpgme_sign_message (BODY * a); int pgp_gpgme_verify_one (BODY * sigbdy, STATE * s, const char *tempfile); int smime_gpgme_verify_one (BODY * sigbdy, STATE * s, const char *tempfile); +int smime_gpgme_verify_sender (HEADER* h); + int pgp_gpgme_send_menu (HEADER * msg, int *redraw); int smime_gpgme_send_menu (HEADER * msg, int *redraw);