init get_trash and init_trash. (camel_store_init): call the virtual
authorJeffrey Stedfast <fejj@ximian.com>
Fri, 23 Feb 2001 16:52:55 +0000 (16:52 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Fri, 23 Feb 2001 16:52:55 +0000 (16:52 +0000)
commit8a81a985ad51478c6cdfaad9e8c32ae7cf6c8ac9
treea6eaf59879ef4f88faf6d4ddd8e6ca8c7110a236
parenta6e7d2326f40d3c9616efe1c1f065e85ce86452d
init get_trash and init_trash. (camel_store_init): call the virtual

2001-02-23  Jeffrey Stedfast  <fejj@ximian.com>

* camel-store.c (camel_store_class_init): init get_trash and
init_trash.
(camel_store_init): call the virtual init_trash function.
(camel_store_finalize): unref the vtrash folder/store if present.
(camel_store_get_folder): Add the new folder to the vtrash
vfolder.
(init_trash): default implementation of init_trash.
(get_trash): default implementation of get_trash.

* camel-vee-store.c (vee_init_trash): No-op.
(vee_get_trash): return NULL
camel/ChangeLog
camel/camel-store.c
camel/camel-store.h
camel/camel-vee-store.c