X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fcrypto.c;fp=util%2Fcrypto.c;h=99104e788b4d9132490e039d39c2b38e435e92b8;hp=ba67d4f4ebbd378d9833a1bb46c9a511d5a4fb91;hb=5642efb72072167f5bcaa5025adbf0493fe171ba;hpb=f079e7b9c34280fd2aaf531c99e0a3ca43c46b6b;ds=sidebyside diff --git a/util/crypto.c b/util/crypto.c index ba67d4f4..99104e78 100644 --- a/util/crypto.c +++ b/util/crypto.c @@ -40,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;