X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=util%2Fcrypto.c;h=99104e788b4d9132490e039d39c2b38e435e92b8;hb=5642efb72072167f5bcaa5025adbf0493fe171ba;hp=8104263d1ace559d8928fd37326d0beb30b32099;hpb=bb0b119358e4d6df5cc085a48cb3d2e09e396922;p=notmuch diff --git a/util/crypto.c b/util/crypto.c index 8104263d..99104e78 100644 --- a/util/crypto.c +++ b/util/crypto.c @@ -32,7 +32,6 @@ GMimeObject * _notmuch_crypto_decrypt (bool *attempted, notmuch_decryption_policy_t decrypt, notmuch_message_t *message, - g_mime_3_unused(GMimeCryptoContext* crypto_ctx), GMimeMultipartEncrypted *part, GMimeDecryptResult **decrypt_result, GError **err) @@ -41,7 +40,7 @@ _notmuch_crypto_decrypt (bool *attempted, if (decrypt == NOTMUCH_DECRYPT_FALSE) return NULL; - /* the versions of notmuch that can support session key decryption */ + /* try decryption with session key if one is stashed */ if (message) { notmuch_message_properties_t *list = NULL;