diff options
Diffstat (limited to 'src/cfg_xml.c')
-rw-r--r-- | src/cfg_xml.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cfg_xml.c b/src/cfg_xml.c index 70f3ebda8..b4eaee045 100644 --- a/src/cfg_xml.c +++ b/src/cfg_xml.c @@ -112,6 +112,12 @@ static struct xml_parser_rule grammar[] = { NULL }, { + "check_attachements", + xml_handle_boolean, + G_STRUCT_OFFSET (struct config_file, check_text_attachements), + NULL + }, + { "tempdir", xml_handle_string, G_STRUCT_OFFSET (struct config_file, temp_dir), |