aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-migrate.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-01-28 03:31:12 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-28 03:31:12 +0800
commit7bbca574d78503b86a3cda6c64c2eb212a32fd23 (patch)
tree5747e808181c6bf11288c1ff67ce9c995ce32c1e /mail/em-migrate.c
parentd4ecd07e93c8bb612c576102f1536426364577ca (diff)
downloadgsoc2013-evolution-7bbca574d78503b86a3cda6c64c2eb212a32fd23.tar
gsoc2013-evolution-7bbca574d78503b86a3cda6c64c2eb212a32fd23.tar.gz
gsoc2013-evolution-7bbca574d78503b86a3cda6c64c2eb212a32fd23.tar.bz2
gsoc2013-evolution-7bbca574d78503b86a3cda6c64c2eb212a32fd23.tar.lz
gsoc2013-evolution-7bbca574d78503b86a3cda6c64c2eb212a32fd23.tar.xz
gsoc2013-evolution-7bbca574d78503b86a3cda6c64c2eb212a32fd23.tar.zst
gsoc2013-evolution-7bbca574d78503b86a3cda6c64c2eb212a32fd23.zip
Copy the imap cache into the right place. Duh.
2004-01-27 Jeffrey Stedfast <fejj@ximian.com> * em-migrate.c (em_migrate_imap_caches_1_4): Copy the imap cache into the right place. Duh. svn path=/trunk/; revision=24470
Diffstat (limited to 'mail/em-migrate.c')
-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 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);