* [PATCH] util/crypto: improve comment
@ 2019-05-06 19:45 Daniel Kahn Gillmor
2019-05-07 9:50 ` David Bremner
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Kahn Gillmor @ 2019-05-06 19:45 UTC (permalink / raw)
To: Notmuch Mail
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 | 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-07 9:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-06 19:45 [PATCH] util/crypto: improve comment Daniel Kahn Gillmor
2019-05-07 9:50 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).