From 5642efb72072167f5bcaa5025adbf0493fe171ba Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 6 May 2019 15:45:51 -0400 Subject: [PATCH] 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 --- util/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0