diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-02-27 01:35:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-02-27 01:35:53 +0800 |
commit | 1aba985def3755dbc5f9c49caee5207aa80e5d94 (patch) | |
tree | 50ad64786a1169f633570823af53f4176cf90135 /mail/ChangeLog | |
parent | 4b098b1a425fc966c96a61c1c24acb2a2f5645a9 (diff) | |
download | gsoc2013-evolution-1aba985def3755dbc5f9c49caee5207aa80e5d94.tar gsoc2013-evolution-1aba985def3755dbc5f9c49caee5207aa80e5d94.tar.gz gsoc2013-evolution-1aba985def3755dbc5f9c49caee5207aa80e5d94.tar.bz2 gsoc2013-evolution-1aba985def3755dbc5f9c49caee5207aa80e5d94.tar.lz gsoc2013-evolution-1aba985def3755dbc5f9c49caee5207aa80e5d94.tar.xz gsoc2013-evolution-1aba985def3755dbc5f9c49caee5207aa80e5d94.tar.zst gsoc2013-evolution-1aba985def3755dbc5f9c49caee5207aa80e5d94.zip |
Re-add the mail_vtrash_create() hack back in for LocalStores since there's
2001-02-25 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (owner_set_cb): Re-add the
mail_vtrash_create() hack back in for LocalStores since there's no
better way to register a vTrash folder on the Local Storage yet.
* mail-local.c (register_folder_registered): Add folders to the
vTrash folder here since the LocalStore does not let the parent
CamelStore class keep it's own hash of the folders.
svn path=/trunk/; revision=8391
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 7434ea30e2..c1d9990836 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,15 @@ 2001-02-25 Jeffrey Stedfast <fejj@ximian.com> + * component-factory.c (owner_set_cb): Re-add the + mail_vtrash_create() hack back in for LocalStores since there's no + better way to register a vTrash folder on the Local Storage yet. + + * mail-local.c (register_folder_registered): Add folders to the + vTrash folder here since the LocalStore does not let the parent + CamelStore class keep it's own hash of the folders. + +2001-02-25 Jeffrey Stedfast <fejj@ximian.com> + * session.c (mail_session_forget_password): New function to force the removal of a given password. |