aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-01-21 05:51:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-21 05:51:53 +0800
commit5c690bc65e61dbc89f4d5af69a709eaf3252e66f (patch)
tree46d02f1f655acfe28afc03a0947997d039c7ded8 /mail
parentdc501781565ac7c2e70533ffebeb0b1d6271b591 (diff)
downloadgsoc2013-evolution-5c690bc65e61dbc89f4d5af69a709eaf3252e66f.tar
gsoc2013-evolution-5c690bc65e61dbc89f4d5af69a709eaf3252e66f.tar.gz
gsoc2013-evolution-5c690bc65e61dbc89f4d5af69a709eaf3252e66f.tar.bz2
gsoc2013-evolution-5c690bc65e61dbc89f4d5af69a709eaf3252e66f.tar.lz
gsoc2013-evolution-5c690bc65e61dbc89f4d5af69a709eaf3252e66f.tar.xz
gsoc2013-evolution-5c690bc65e61dbc89f4d5af69a709eaf3252e66f.tar.zst
gsoc2013-evolution-5c690bc65e61dbc89f4d5af69a709eaf3252e66f.zip
oops
svn path=/trunk/; revision=24335
Diffstat (limited to 'mail')
-rw-r--r--mail/em-migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-migrate.c b/mail/em-migrate.c
index 2ac818f3a0..b1d4834959 100644
--- a/mail/em-migrate.c
+++ b/mail/em-migrate.c
@@ -1883,7 +1883,7 @@ em_migrate_1_4 (const char *evolution_dir, xmlDocPtr filters, xmlDocPtr vfolders
char *dest;
dest = g_build_filename (evolution_dir, "mail", "searches.xml", NULL);
- cp (path, dest);
+ cp (path, dest, FALSE);
g_free (dest);
}
g_free (path);