diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-09 05:09:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-09 05:09:42 +0800 |
commit | 8632f73b6f67d9f8e657b7a696bcbea6a5ed7aaa (patch) | |
tree | da731400702f7b393b43ec3f9e6bd77c4d8bef5f /mail/ChangeLog | |
parent | e74803511e0c3fcdb4b50a24b519fb46f5de97fd (diff) | |
download | gsoc2013-evolution-8632f73b6f67d9f8e657b7a696bcbea6a5ed7aaa.tar gsoc2013-evolution-8632f73b6f67d9f8e657b7a696bcbea6a5ed7aaa.tar.gz gsoc2013-evolution-8632f73b6f67d9f8e657b7a696bcbea6a5ed7aaa.tar.bz2 gsoc2013-evolution-8632f73b6f67d9f8e657b7a696bcbea6a5ed7aaa.tar.lz gsoc2013-evolution-8632f73b6f67d9f8e657b7a696bcbea6a5ed7aaa.tar.xz gsoc2013-evolution-8632f73b6f67d9f8e657b7a696bcbea6a5ed7aaa.tar.zst gsoc2013-evolution-8632f73b6f67d9f8e657b7a696bcbea6a5ed7aaa.zip |
Override the default init_trash() with the our custom one (since
2001-03-08 Jeffrey Stedfast <fejj@ximian.com>
* mail-local.c (mail_local_store_class_init): Override the default
init_trash() with the our custom one (since MailLocalStore doesn't
let the CamelStore keep a hash of opened folders and instead
keepts track of them itself).
(init_trash): custom implementation of the init_trash method for
MailLocalStores
(get_folder): i18nize.
(register_folder_registered): Don't add the folder to the vtrash
here.
svn path=/trunk/; revision=8596
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index db1e3824e2..a7ccac55fd 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2001-03-08 Jeffrey Stedfast <fejj@ximian.com> + + * mail-local.c (mail_local_store_class_init): Override the default + init_trash() with the our custom one (since MailLocalStore doesn't + let the CamelStore keep a hash of opened folders and instead + keepts track of them itself). + (init_trash): custom implementation of the init_trash method for + MailLocalStores + (get_folder): i18nize. + (register_folder_registered): Don't add the folder to the vtrash + here. + 2001-03-08 Ettore Perazzoli <ettore@ximian.com> * component-factory.c (component_fn): Specify a NULL |