aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r--src/cfg_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h
index 64a46d149..6a4abb9b8 100644
--- a/src/cfg_file.h
+++ b/src/cfg_file.h
@@ -259,6 +259,8 @@ struct config_file {
gboolean check_text_attachements; /**< check text attachements as text */
gboolean convert_config; /**< convert config to XML format */
+ gsize max_diff; /**< maximum diff size for text parts */
+
enum rspamd_log_type log_type; /**< log type */
gint log_facility; /**< log facility in case of syslog */
gint log_level; /**< log level trigger */