summaryrefslogtreecommitdiffstats
path: root/src/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/message.h')
-rw-r--r--src/message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message.h b/src/message.h
index a14a92aa4..939379ced 100644
--- a/src/message.h
+++ b/src/message.h
@@ -21,6 +21,7 @@ struct mime_text_part {
gboolean is_html;
gboolean is_raw;
gboolean is_balanced;
+ gboolean is_empty;
GByteArray *orig;
GByteArray *content;
GNode *html_nodes;