aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c
index e46561ab23..7d9c034708 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -217,7 +217,7 @@ save_metainfo (struct _local_meta *meta)
xmlSetProp(node, "name", meta->name);
xmlSetProp(node, "index", meta->indexed?"1":"0");
- ret = e_xml_save_file (path, doc);
+ ret = e_xml_save_file (meta->path, doc);
xmlFreeDoc (doc);