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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h
index 0d5d16b4e4..17714e9191 100644
--- a/camel/camel-mime-part.h
+++ b/camel/camel-mime-part.h
@@ -51,9 +51,11 @@ typedef struct
GString *description;
GString *disposition;
GString *content_id;
- GString *content_md5;
+ GString *content_MD5;
+ GList *content_languages;
GString *encoding;
- GList *languages;
+ GString *filename;
+ GList *header_lines;
} CamelMimePart;