summaryrefslogtreecommitdiffstats
path: root/src/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/message.h')
-rw-r--r--src/message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/message.h b/src/message.h
index 13b93b881..abebe4862 100644
--- a/src/message.h
+++ b/src/message.h
@@ -22,6 +22,8 @@ struct mime_text_part {
gboolean is_raw;
gboolean is_balanced;
gboolean is_empty;
+ gboolean is_utf;
+ const gchar *real_charset;
GByteArray *orig;
GByteArray *content;
GNode *html_nodes;