diff options
Diffstat (limited to 'mail/em-migrate.c')
-rw-r--r-- | mail/em-migrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-migrate.c b/mail/em-migrate.c index 10e2d688da..94031a5a94 100644 --- a/mail/em-migrate.c +++ b/mail/em-migrate.c @@ -1875,7 +1875,7 @@ em_migrate_imap_caches_1_4 (const char *evolution_dir, CamelException *ex) return 0; } - dest = g_build_filename (evolution_dir, "imap", NULL); + dest = g_build_filename (evolution_dir, "mail", "imap", NULL); /* we don't care if this fails, it's only a cache... */ cp_r (src, dest); |