diff options
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index 41c37bd34..55ced8456 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -292,6 +292,7 @@ struct config_file { gboolean one_shot_mode; /**< rules add only one symbol */ gboolean check_text_attachements; /**< check text attachements as text */ gboolean convert_config; /**< convert config to XML format */ + gboolean strict_protocol_headers; /**< strictly check protocol headers */ gsize max_diff; /**< maximum diff size for text parts */ |