summaryrefslogtreecommitdiff
path: root/libmailutils/cfg/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'libmailutils/cfg/parser.y')
-rw-r--r--libmailutils/cfg/parser.y5
1 files changed, 4 insertions, 1 deletions
diff --git a/libmailutils/cfg/parser.y b/libmailutils/cfg/parser.y
index e36b513b0..043f7e0c7 100644
--- a/libmailutils/cfg/parser.y
+++ b/libmailutils/cfg/parser.y
@@ -1589,7 +1589,10 @@ mu_cfg_parse_config (mu_cfg_tree_t **ptree, struct mu_cfg_parse_hints *hints)
mu_cfg_tree_union (&tree, &tmp);
}
}
-
+
+ if (hints->append_tree)
+ mu_cfg_tree_union (&tree, &hints->append_tree);
+
*ptree = tree;
return rc;
}

Return to:

Send suggestions and report system problems to the System administrator.