From: Daniel Kahn Gillmor Date: Mon, 6 May 2019 19:45:51 +0000 (-0400) Subject: util/crypto: improve comment X-Git-Tag: archive/debian/0.29_rc0-1~65 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=5642efb72072167f5bcaa5025adbf0493fe171ba util/crypto: improve comment The comment line here lingers from when we were using some fancy version checking about session keys. Correct it to match the current state. Signed-off-by: Daniel Kahn Gillmor --- 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;