aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-12-11 09:41:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-12-11 09:41:27 +0800
commit05636d92cf8083ccce3f8b24dd351b3c41aecd15 (patch)
treedd3fdc639eba3e41c880e4c00f7b08884721744a /mail/ChangeLog
parent576a5e0852a95617a9e86387b7e2592f2d8d51ce (diff)
downloadgsoc2013-evolution-05636d92cf8083ccce3f8b24dd351b3c41aecd15.tar
gsoc2013-evolution-05636d92cf8083ccce3f8b24dd351b3c41aecd15.tar.gz
gsoc2013-evolution-05636d92cf8083ccce3f8b24dd351b3c41aecd15.tar.bz2
gsoc2013-evolution-05636d92cf8083ccce3f8b24dd351b3c41aecd15.tar.lz
gsoc2013-evolution-05636d92cf8083ccce3f8b24dd351b3c41aecd15.tar.xz
gsoc2013-evolution-05636d92cf8083ccce3f8b24dd351b3c41aecd15.tar.zst
gsoc2013-evolution-05636d92cf8083ccce3f8b24dd351b3c41aecd15.zip
Modified to simply copy mbox files from one place to another (and the
2003-12-10 Jeffrey Stedfast <fejj@ximian.com> * em-migrate.c (em_migrate_dir): Modified to simply copy mbox files from one place to another (and the summary files) rather than going thru camel so as to bypass the need for parsing MIME. svn path=/trunk/; revision=23919
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index dfe7aa34bc..a2db32a3b8 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -4,6 +4,12 @@
2003-12-10 Jeffrey Stedfast <fejj@ximian.com>
+ * em-migrate.c (em_migrate_dir): Modified to simply copy mbox
+ files from one place to another (and the summary files) rather
+ than going thru camel so as to bypass the need for parsing MIME.
+
+2003-12-10 Jeffrey Stedfast <fejj@ximian.com>
+
* em-migrate.c (get_local_store): Fixed a leak.
* mail-component.c (impl_upgradeFromVersion): Implemented.