X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=util%2Fcrypto.h;h=c384601c11d35772a727c55996f4c3180076481e;hb=8dcc38ce85ce084d3f0f3cbeac7e4a768e651614;hp=b23ca7472a6e05281d2b5d3bfe2f68ea11cd4d73;hpb=798aa789b5d117cf11697bc97dd982bd5a2c2ac8;p=notmuch diff --git a/util/crypto.h b/util/crypto.h index b23ca747..c384601c 100644 --- a/util/crypto.h +++ b/util/crypto.h @@ -16,7 +16,9 @@ typedef struct _notmuch_crypto { } _notmuch_crypto_t; GMimeObject * -_notmuch_crypto_decrypt (notmuch_message_t *message, +_notmuch_crypto_decrypt (bool *attempted, + notmuch_decryption_policy_t decrypt, + notmuch_message_t *message, GMimeCryptoContext* crypto_ctx, GMimeMultipartEncrypted *part, GMimeDecryptResult **decrypt_result,