aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-09-24 05:25:48 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-09-24 05:25:48 +0800
commit1b5c1357dcbf4cfcd450c33d76c51c2e14252cf8 (patch)
treec164cd3c68829b39d550a6a99caa1c33a1464d2f /mail/ChangeLog
parent020a8e0361c3641322a62b03912d8e29a06791ba (diff)
downloadgsoc2013-evolution-1b5c1357dcbf4cfcd450c33d76c51c2e14252cf8.tar
gsoc2013-evolution-1b5c1357dcbf4cfcd450c33d76c51c2e14252cf8.tar.gz
gsoc2013-evolution-1b5c1357dcbf4cfcd450c33d76c51c2e14252cf8.tar.bz2
gsoc2013-evolution-1b5c1357dcbf4cfcd450c33d76c51c2e14252cf8.tar.lz
gsoc2013-evolution-1b5c1357dcbf4cfcd450c33d76c51c2e14252cf8.tar.xz
gsoc2013-evolution-1b5c1357dcbf4cfcd450c33d76c51c2e14252cf8.tar.zst
gsoc2013-evolution-1b5c1357dcbf4cfcd450c33d76c51c2e14252cf8.zip
Don't xmlFree (name) until after we've g_strdup'd it. (em_migrate_dir): If
2003-09-23 Jeffrey Stedfast <fejj@ximian.com> * evolution-mbox-upgrade.c (get_local_store): Don't xmlFree (name) until after we've g_strdup'd it. (em_migrate_dir): If the metadata file doesn't exist, don't even bother trying subfolers (the shell just ignores them so we should too). svn path=/trunk/; revision=22679
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 11c7519767..97dc2f416d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -2,6 +2,11 @@
* evolution-mbox-upgrade.c (get_local_store): Don't xmlFree (name)
until after we've g_strdup'd it.
+ (em_migrate_dir): If the metadata file doesn't exist, don't even
+ bother trying subfolers (the shell just ignores them so we should
+ too).
+
+2003-09-23 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #48791 (and also fixes a FIXME)