aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r--mail/mail-local.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c
index ccec409a06..5ddf5194c1 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -212,8 +212,9 @@ save_metainfo (struct _local_meta *meta)
xmlSetProp(node, "type", meta->format);
xmlSetProp(node, "name", meta->name);
xmlSetProp(node, "index", meta->indexed?"1":"0");
-
- ret = e_xml_save_file (meta->path, doc);
+
+#warning "xmlSaveFile used here"
+ ret = xmlSaveFile (meta->path, doc);
xmlFreeDoc (doc);