diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-08 06:12:43 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-08 06:12:43 +0800 |
commit | fc863cbedf2998f93b1518bac7ce2243a1468372 (patch) | |
tree | 40c46b39bea162beaf52b502157a75295eca96f5 /mail/ChangeLog | |
parent | c18d2cf2ea3fe844dcc4d86558dda949e4d2bd59 (diff) | |
download | gsoc2013-evolution-fc863cbedf2998f93b1518bac7ce2243a1468372.tar gsoc2013-evolution-fc863cbedf2998f93b1518bac7ce2243a1468372.tar.gz gsoc2013-evolution-fc863cbedf2998f93b1518bac7ce2243a1468372.tar.bz2 gsoc2013-evolution-fc863cbedf2998f93b1518bac7ce2243a1468372.tar.lz gsoc2013-evolution-fc863cbedf2998f93b1518bac7ce2243a1468372.tar.xz gsoc2013-evolution-fc863cbedf2998f93b1518bac7ce2243a1468372.tar.zst gsoc2013-evolution-fc863cbedf2998f93b1518bac7ce2243a1468372.zip |
Don't migrate stuff here anymore.
2004-01-07 Jeffrey Stedfast <fejj@ximian.com>
* mail-component.c (mail_component_init): Don't migrate stuff here
anymore.
* mail-ops.c (uid_cachename_hack): Removed a hack that checked for
the really old uid cache location and make the uid cache live in a
better location (why have mail/pop/<account> and
mail/pop3/cache-<account>? simply put the cache file in
mail/pop/<account>/uid-cache).
* em-migrate.c (em_migrate_dir): When copying over mbox folders,
don't abort if we fail to copy over a summary file (big
whoop). Also, if indexing was turned on in the evolution 1.4
version of the folder, turn on indexing for that folder in the
migrated mbox folder as well.
(em_migrate_pop_uid_caches): Migrate the pop3 uid-cache
files. Fixes bug #52464.
(em_migrate): Call em_migrate_pop_uid_caches().
svn path=/trunk/; revision=24094
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bd0c19b8db..72f1b12eb3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,23 @@ 2004-01-07 Jeffrey Stedfast <fejj@ximian.com> + * mail-component.c (mail_component_init): Don't migrate stuff here + anymore. + + * mail-ops.c (uid_cachename_hack): Removed a hack that checked for + the really old uid cache location and make the uid cache live in a + better location (why have mail/pop/<account> and + mail/pop3/cache-<account>? simply put the cache file in + mail/pop/<account>/uid-cache). + + * em-migrate.c (em_migrate_dir): When copying over mbox folders, + don't abort if we fail to copy over a summary file (big + whoop). Also, if indexing was turned on in the evolution 1.4 + version of the folder, turn on indexing for that folder in the + migrated mbox folder as well. + (em_migrate_pop_uid_caches): Migrate the pop3 uid-cache + files. Fixes bug #52464. + (em_migrate): Call em_migrate_pop_uid_caches(). + * em-format-html.c (efh_format_address): Removed. (efh_format_header): Handle address formatting a little differently to address dwmw's complaints. Also now handles other |