X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;fp=notmuch-client.h;h=0985a7b0a334006904814cfe2e5b2d4127976ec2;hp=50b69e35750c2f4a8ff69ddef9dd616da81ff06d;hb=e4890b5bf9e2260b36bcc36ddb77d8e97e2abe7d;hpb=798aa789b5d117cf11697bc97dd982bd5a2c2ac8 diff --git a/notmuch-client.h b/notmuch-client.h index 50b69e35..0985a7b0 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -415,7 +415,9 @@ struct mime_node { /* Construct a new MIME node pointing to the root message part of * message. If crypto->verify is true, signed child parts will be * verified. If crypto->decrypt is NOTMUCH_DECRYPT_TRUE, encrypted - * child parts will be decrypted. If the crypto contexts + * child parts will be decrypted using either stored session keys or + * asymmetric crypto. If crypto->decrypt is NOTMUCH_DECRYPT_AUTO, + * only session keys will be tried. If the crypto contexts * (crypto->gpgctx or crypto->pkcs7) are NULL, they will be lazily * initialized. *