From 0780002f95fe8af17160d76fae6dbb41c1add90d Mon Sep 17 00:00:00 2001 From: NotZed Date: Tue, 2 May 2000 23:08:20 +0000 Subject: REmove gmime-utils.h from here. 2000-05-02 NotZed * camel.h: REmove gmime-utils.h from here. * providers/mbox/camel-mbox-search.[ch]: Removed. Functionally redundant. * providers/mbox/camel-mbox-folder.c (mbox_search_by_expression): Use the new CamelFolderSearch class to do the actual searching, just setup the search here. * camel-folder-search.[ch]: A helper class that providers may subclass to provide their own search functionality, or they can simply use as is, it supports body searches if an ibex is supplied, and header searches if a summary is supplied. svn path=/trunk/; revision=2762 --- camel/ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index b1c128f973..a2ad57852a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2000-05-02 NotZed + + * camel.h: REmove gmime-utils.h from here. + + * providers/mbox/camel-mbox-search.[ch]: Removed. Functionally + redundant. + + * providers/mbox/camel-mbox-folder.c (mbox_search_by_expression): + Use the new CamelFolderSearch class to do the actual searching, + just setup the search here. + + * camel-folder-search.[ch]: A helper class that providers may + subclass to provide their own search functionality, or they can + simply use as is, it supports body searches if an ibex is + supplied, and header searches if a summary is supplied. + 2000-05-02 Matt Loper * Makefile.am: set G_LOG_DOMAIN. @@ -14,7 +30,7 @@ * providers/mbox/camel-mbox-search.c (camel_mbox_folder_search_by_expression): Dont store/remove current search from the search list. - + * providers/mbox/camel-mbox-folder.h: Removed searches list, searches are all sync now. -- cgit v1.2.3