diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-07 16:43:58 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-07 16:43:58 +0100 |
commit | 6c4212543ae496d420a9f79d9ced5b018c195b4f (patch) | |
tree | f3ba83c55a90a329b4882b9e8285f91a2851c009 /src/libmime/message.h | |
parent | 944c70abcfdc4f3e32be83910081ad68dacde2bf (diff) | |
download | rspamd-6c4212543ae496d420a9f79d9ced5b018c195b4f.tar.gz rspamd-6c4212543ae496d420a9f79d9ced5b018c195b4f.zip |
[Rework] Rework language detector
Diffstat (limited to 'src/libmime/message.h')
-rw-r--r-- | src/libmime/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmime/message.h b/src/libmime/message.h index f4dbdaa72..205bf5bb2 100644 --- a/src/libmime/message.h +++ b/src/libmime/message.h @@ -103,7 +103,6 @@ struct rspamd_mime_text_part { /* Unicode content, used by libicu */ GArray *unicode_raw_content; /* unicode raw content (of UChar) */ GArray *unicode_content; /* unicode processed content (of UChar) */ - GArray *unicode_words; GPtrArray *newlines; /**< positions of newlines in text, relative to content*/ struct html_content *html; @@ -120,6 +119,7 @@ struct rspamd_mime_text_part { guint empty_lines; guint capital_letters; guint numeric_characters; + guint unicode_scripts; }; enum rspamd_received_type { |