]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
Make notmuch-mutt script more portable
[notmuch] / notmuch-client.h
index d1b7801784f40850fe419b8a374b161694236e74..89e15ba649f7b93f41b3ac729c477c2ec5d70225 100644 (file)
@@ -52,6 +52,7 @@
 
 #include "talloc-extra.h"
 #include "crypto.h"
+#include "repair.h"
 
 #define unused(x) x ## _unused __attribute__ ((unused))
 
@@ -394,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). */