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>
This commit is contained in:
Daniel Kahn Gillmor 2019-05-06 15:45:51 -04:00 committed by David Bremner
parent f079e7b9c3
commit 5642efb720

View 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;