aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-24 00:51:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-24 00:51:45 +0800
commitac97d963b038541b84aa15b4eaa3d28fd9d60114 (patch)
treebd75dd9084c6315c49f094e5989ba5741f16e7ef /mail/ChangeLog
parentc06709a5751b39e4a9cbf931759245f6abaa3d53 (diff)
downloadgsoc2013-evolution-ac97d963b038541b84aa15b4eaa3d28fd9d60114.tar
gsoc2013-evolution-ac97d963b038541b84aa15b4eaa3d28fd9d60114.tar.gz
gsoc2013-evolution-ac97d963b038541b84aa15b4eaa3d28fd9d60114.tar.bz2
gsoc2013-evolution-ac97d963b038541b84aa15b4eaa3d28fd9d60114.tar.lz
gsoc2013-evolution-ac97d963b038541b84aa15b4eaa3d28fd9d60114.tar.xz
gsoc2013-evolution-ac97d963b038541b84aa15b4eaa3d28fd9d60114.tar.zst
gsoc2013-evolution-ac97d963b038541b84aa15b4eaa3d28fd9d60114.zip
No longer need to do a vtrash_cleanup() (it also doesn't exist anymore).
2001-02-23 Jeffrey Stedfast <fejj@ximian.com> * main.c (main): No longer need to do a vtrash_cleanup() (it also doesn't exist anymore). * component-factory.c (mail_load_storages): Updated to use the new vtrash code. (owner_set_cb): Same. * mail-tools.c (mail_tool_uri_to_folder): Update to handle the "vtrash:" url prefix so that we can extract the REAL uri and know to get the trash folder. * mail-vtrash.c (mail_vtrash_add): Add the vTrash folder to the EvolutionStorage. (mail_vtrash_create): Get the store based on the uri (async) and then call mail_trash_add. (vtrash_cleanup): Removed. (vtrash_uri_to_folder): Removed. (vtrash_create): Replaced by mail_vtrash_create() svn path=/trunk/; revision=8367
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog29
1 files changed, 25 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8257b94375..1dd0f0a163 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,11 +1,32 @@
+2001-02-23 Jeffrey Stedfast <fejj@ximian.com>
+
+ * main.c (main): No longer need to do a vtrash_cleanup() (it also
+ doesn't exist anymore).
+
+ * component-factory.c (mail_load_storages): Updated to use the new
+ vtrash code.
+ (owner_set_cb): Same.
+
+ * mail-tools.c (mail_tool_uri_to_folder): Update to handle the
+ "vtrash:" url prefix so that we can extract the REAL uri and know
+ to get the trash folder.
+
+ * mail-vtrash.c (mail_vtrash_add): Add the vTrash folder to the
+ EvolutionStorage.
+ (mail_vtrash_create): Get the store based on the uri (async) and
+ then call mail_trash_add.
+ (vtrash_cleanup): Removed.
+ (vtrash_uri_to_folder): Removed.
+ (vtrash_create): Replaced by mail_vtrash_create()
+
2001-02-23 Iain Holmes <iain@ximian.com>
* component-factory.c (owner_set_cb): Init the importer here.
- * mail-importer.[ch] (mail_importer_create_folder): Add a function that creates
- new folders in the shell.
- (mail_importer_init): Take in an EvolutionShellClient, and get the local_storage
- corba_object from it.
+ * mail-importer.[ch] (mail_importer_create_folder): Add a function
+ that creates new folders in the shell.
+ (mail_importer_init): Take in an EvolutionShellClient, and get the
+ local_storage corba_object from it.
2001-02-22 Jeffrey Stedfast <fejj@ximian.com>