diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-13 05:42:49 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-13 05:42:49 +0800 |
commit | 1afbd31c60cfcd733aac785d01a41552cd9959a9 (patch) | |
tree | 888c9e9fc32f659e17aa7720b900b87c638e8193 /mail/ChangeLog | |
parent | f8faa251fbb3e81e3517a15f1f146ab6f8ec0717 (diff) | |
download | gsoc2013-evolution-1afbd31c60cfcd733aac785d01a41552cd9959a9.tar gsoc2013-evolution-1afbd31c60cfcd733aac785d01a41552cd9959a9.tar.gz gsoc2013-evolution-1afbd31c60cfcd733aac785d01a41552cd9959a9.tar.bz2 gsoc2013-evolution-1afbd31c60cfcd733aac785d01a41552cd9959a9.tar.lz gsoc2013-evolution-1afbd31c60cfcd733aac785d01a41552cd9959a9.tar.xz gsoc2013-evolution-1afbd31c60cfcd733aac785d01a41552cd9959a9.tar.zst gsoc2013-evolution-1afbd31c60cfcd733aac785d01a41552cd9959a9.zip |
The new callback function for the g_hash_table_foreach which both upgrades
2002-09-12 Jeffrey Stedfast <fejj@ximian.com>
* upgrade-mailer.c (cache_upgrade_and_free): The new callback
function for the g_hash_table_foreach which both upgrades the
cache for that store and then free's the struct _storeinfo
afterwards.
(cache_upgrade): Upgrade a cached folder by moving the old cache
folder into the appropriate new location.
svn path=/trunk/; revision=18057
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b77454f3d5..0aa448bf43 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2002-09-12 Jeffrey Stedfast <fejj@ximian.com> + + * upgrade-mailer.c (cache_upgrade_and_free): The new callback + function for the g_hash_table_foreach which both upgrades the + cache for that store and then free's the struct _storeinfo + afterwards. + (cache_upgrade): Upgrade a cached folder by moving the old cache + folder into the appropriate new location. + 2002-09-11 Jeffrey Stedfast <fejj@ximian.com> * folder-browser.c (folder_browser_query_changed): Only abort if |