]> git.notmuchmail.org Git - notmuch/commitdiff
util/crypto: improve comment
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 6 May 2019 19:45:51 +0000 (15:45 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 7 May 2019 09:41:28 +0000 (06:41 -0300)
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>
util/crypto.c

index ba67d4f4ebbd378d9833a1bb46c9a511d5a4fb91..99104e788b4d9132490e039d39c2b38e435e92b8 100644 (file)
@@ -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;