mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-27 21:27:58 +01:00
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:
parent
f079e7b9c3
commit
5642efb720
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ _notmuch_crypto_decrypt (bool *attempted,
|
||||||
if (decrypt == NOTMUCH_DECRYPT_FALSE)
|
if (decrypt == NOTMUCH_DECRYPT_FALSE)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
/* the versions of notmuch that can support session key decryption */
|
/* try decryption with session key if one is stashed */
|
||||||
if (message) {
|
if (message) {
|
||||||
notmuch_message_properties_t *list = NULL;
|
notmuch_message_properties_t *list = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue