X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;fp=notmuch-client.h;h=89e15ba649f7b93f41b3ac729c477c2ec5d70225;hp=74690054d161ad9b2da297eac21ed62fdc8eb2cd;hb=7de3d77d2d31abaea78e70f4da9d9f2a5ef84a58;hpb=98e9bda17f09e8ed45371b708477b6990f36a619 diff --git a/notmuch-client.h b/notmuch-client.h index 74690054..89e15ba6 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -395,8 +395,10 @@ struct mime_node { struct mime_node_context *ctx; /* Internal: For successfully decrypted multipart parts, the - * decrypted part to substitute for the second child. */ - GMimeObject *decrypted_child; + * decrypted part to substitute for the second child; or, for + * PKCS#7 parts, the part returned after removing/processing the + * PKCS#7 transformation */ + GMimeObject *unwrapped_child; /* Internal: The next child for depth-first traversal and the part * number to assign it (or -1 if unknown). */