aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-part.h')
-rw-r--r--camel/camel-mime-part.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h
index 8ea9cf5346..7d5b19c3aa 100644
--- a/camel/camel-mime-part.h
+++ b/camel/camel-mime-part.h
@@ -48,6 +48,7 @@ typedef struct
{
CamelMedium parent_object;
+ /* All fields here are -** PRIVATE **- */
gchar *description;
GMimeContentField *disposition;
gchar *content_id;
@@ -57,6 +58,7 @@ typedef struct
gchar *filename;
GList *header_lines;
+ GByteArray *temp_message_buffer;
GMimeContentField *content_type;
} CamelMimePart;