From 10d43143584a98ea4aece11c4fa753f71808afec Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 5 May 2010 17:59:19 +0400 Subject: * Add ability to add flags to fuzzy hashes --- src/message.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/message.h') 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; -- cgit v1.2.3