aboutsummaryrefslogtreecommitdiff
path: root/util/crypto.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-05-06 15:45:51 -0400
committerDavid Bremner <david@tethera.net>2019-05-07 06:41:28 -0300
commit5642efb72072167f5bcaa5025adbf0493fe171ba (patch)
treefbb5eb13f579392b6fe8c093eb4c16078ef9980b /util/crypto.c
parentf079e7b9c34280fd2aaf531c99e0a3ca43c46b6b (diff)
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 <dkg@fifthhorseman.net>
Diffstat (limited to 'util/crypto.c')
-rw-r--r--util/crypto.c2
1 files changed, 1 insertions, 1 deletions
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;