X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-gpgme.h;fp=crypt-gpgme.h;h=0000000000000000000000000000000000000000;hp=74e5a382c87bb66ae8554aee13b39d5f7ac4e58e;hb=9c29247938d64f721db448824a1121ef47ad2869;hpb=ecfcc6df70230ba136c2fb3843700ecb749c41b7 diff --git a/crypt-gpgme.h b/crypt-gpgme.h deleted file mode 100644 index 74e5a38..0000000 --- a/crypt-gpgme.h +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Copyright notice from original mutt: - * Copyright (C) 2004 g10 Code GmbH - * - * This file is part of mutt-ng, see http://www.muttng.org/. - * It's licensed under the GNU General Public License, - * please see the file GPL in the top level source directory. - */ - -#ifndef CRYPT_GPGME_H -#define CRYPT_GPGME_H - -#include - -void pgp_gpgme_init (void); -void smime_gpgme_init (void); - -char *pgp_gpgme_findkeys (address_t * to, address_t * cc, address_t * bcc); -char *smime_gpgme_findkeys (address_t * to, address_t * cc, address_t * bcc); - -BODY *pgp_gpgme_encrypt_message (BODY * a, char *keylist, int sign); -BODY *smime_gpgme_build_smime_entity (BODY * a, char *keylist); - -int pgp_gpgme_decrypt_mime (FILE * fpin, FILE ** fpout, BODY * b, - BODY ** cur); -int smime_gpgme_decrypt_mime (FILE * fpin, FILE ** fpout, BODY * b, - BODY ** cur); - -int pgp_gpgme_check_traditional (FILE * fp, BODY * b, int tagged_only); - -int pgp_gpgme_application_handler (BODY * m, STATE * s); -int smime_gpgme_application_handler (BODY * a, STATE * s); -int pgp_gpgme_encrypted_handler (BODY * a, STATE * s); - -BODY *pgp_gpgme_make_key_attachment (char *tempf); - -BODY *pgp_gpgme_sign_message (BODY * a); -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); - -#endif