From 7bbca574d78503b86a3cda6c64c2eb212a32fd23 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 27 Jan 2004 19:31:12 +0000 Subject: Copy the imap cache into the right place. Duh. 2004-01-27 Jeffrey Stedfast * em-migrate.c (em_migrate_imap_caches_1_4): Copy the imap cache into the right place. Duh. svn path=/trunk/; revision=24470 --- mail/ChangeLog | 5 +++++ mail/em-migrate.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 79b3ace9aa..665df638aa 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-01-27 Jeffrey Stedfast + + * em-migrate.c (em_migrate_imap_caches_1_4): Copy the imap cache + into the right place. Duh. + 2004-01-27 Not Zed ** See bug #53084 and others. 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); -- cgit v1.2.3