From fb5218e3532444f4d4d9a4bb96186bdf6b0e6107 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 15 Aug 1999 20:40:11 +0000 Subject: moved the active list readjustment code here. Much saner, providers won't 1999-08-15 bertrand * camel/camel-folder.c (camel_folder_expunge): moved the active list readjustment code here. Much saner, providers won't have to worry about that. * camel/providers/MH/camel-mh-folder.c (_expunge): no more active list readjustment stuff. * camel/camel-folder.h: the expunge virtual no more returns a list of expunged messages. Now providers only have to set the expunge flag on the expunged messages. * camel/camel-folder.c (camel_folder_get_message): moved the caching code here. Finally, I don't want providers to crash the libs with a bad message cache implementation. (_close): do not call the CamelFolder virtual expunge method directly, use camel_folder_expunge() instead. (camel_folder_expunge): added the want_list param. The client can decide if it wants the expunged message list or not. If yes, it'll have to unref the messages itself. svn path=/trunk/; revision=1117 --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d5436f54f5..218efecd06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +1999-08-15 bertrand + + * camel/camel-folder.c (camel_folder_expunge): + moved the active list readjustment code here. + Much saner, providers won't have to worry about + that. + + * camel/providers/MH/camel-mh-folder.c (_expunge): + no more active list readjustment stuff. + + * camel/camel-folder.h: the expunge virtual no more + returns a list of expunged messages. Now providers + only have to set the expunge flag on the expunged + messages. + + * camel/camel-folder.c (camel_folder_get_message): + moved the caching code here. Finally, I don't want + providers to crash the libs with a bad message cache + implementation. + (_close): do not call the CamelFolder virtual expunge + method directly, use camel_folder_expunge() instead. + (camel_folder_expunge): added the want_list param. + The client can decide if it wants the expunged message + list or not. If yes, it'll have to unref the messages + itself. + 1999-08-14 bertrand * tests/ui-tests/store_listing.c (delete_selected_messages): -- cgit v1.2.3