[PATCH] util/crypto: improve comment

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon May 6 12:45:51 PDT 2019


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 <dkg at fifthhorseman.net>
---
 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.20.1



More information about the notmuch mailing list