X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fcrypto.h;h=dc95b4cadda7329d0d4041820a11af3ffd3a44e4;hp=1ff0297db45077bdb491dfbf8d27775ae3c280bd;hb=e4890b5bf9e2260b36bcc36ddb77d8e97e2abe7d;hpb=a18bbf7f155369f251b0513788eade23be3555d5 diff --git a/util/crypto.h b/util/crypto.h index 1ff0297d..dc95b4ca 100644 --- a/util/crypto.h +++ b/util/crypto.h @@ -2,14 +2,12 @@ #define _CRYPTO_H #include -#if (GMIME_MAJOR_VERSION < 3) #include "gmime-extra.h" #include "notmuch.h" -#endif typedef struct _notmuch_crypto { bool verify; - bool decrypt; + notmuch_decryption_policy_t decrypt; #if (GMIME_MAJOR_VERSION < 3) GMimeCryptoContext* gpgctx; GMimeCryptoContext* pkcs7ctx; @@ -17,6 +15,13 @@ typedef struct _notmuch_crypto { #endif } _notmuch_crypto_t; +GMimeObject * +_notmuch_crypto_decrypt (notmuch_decryption_policy_t decrypt, + notmuch_message_t *message, + GMimeCryptoContext* crypto_ctx, + GMimeMultipartEncrypted *part, + GMimeDecryptResult **decrypt_result, + GError **err); #if (GMIME_MAJOR_VERSION < 3) notmuch_status_t