diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-02-25 04:08:43 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-02-25 04:08:43 +0800 |
commit | 0ce50d4fdc52664c830b244ae875ff387cac4ecb (patch) | |
tree | a41680c533a1bf5e0e59f2668a1225fe6784acc2 /mail/ChangeLog | |
parent | bef47a636432fe5791649412cf1a936b2c2b186b (diff) | |
download | gsoc2013-evolution-0ce50d4fdc52664c830b244ae875ff387cac4ecb.tar gsoc2013-evolution-0ce50d4fdc52664c830b244ae875ff387cac4ecb.tar.gz gsoc2013-evolution-0ce50d4fdc52664c830b244ae875ff387cac4ecb.tar.bz2 gsoc2013-evolution-0ce50d4fdc52664c830b244ae875ff387cac4ecb.tar.lz gsoc2013-evolution-0ce50d4fdc52664c830b244ae875ff387cac4ecb.tar.xz gsoc2013-evolution-0ce50d4fdc52664c830b244ae875ff387cac4ecb.tar.zst gsoc2013-evolution-0ce50d4fdc52664c830b244ae875ff387cac4ecb.zip |
No longer need to construct the vTrash here. (owner_set_cb): Don't make
2001-02-24 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (mail_load_storages): No longer need to
construct the vTrash here.
(owner_set_cb): Don't make the vTrash for the local store here.
* mail-ops.c (add_vtrash_info): New function to add a vTrash
folder info to a pre-constructed CamelFolderInfo for use in the
get_folder_info async function.
svn path=/trunk/; revision=8381
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1dd0f0a163..f0f6748eeb 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2001-02-24 Jeffrey Stedfast <fejj@ximian.com> + + * component-factory.c (mail_load_storages): No longer need to + construct the vTrash here. + (owner_set_cb): Don't make the vTrash for the local store here. + + * mail-ops.c (add_vtrash_info): New function to add a vTrash + folder info to a pre-constructed CamelFolderInfo for use in the + get_folder_info async function. + 2001-02-23 Jeffrey Stedfast <fejj@ximian.com> * main.c (main): No longer need to do a vtrash_cleanup() (it also |