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/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/Makefile.am') diff --git a/camel/Makefile.am b/camel/Makefile.am index d8696a3f59..57e222c8f1 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -36,6 +36,7 @@ libcamel_la_SOURCES = \ camel-data-wrapper.c \ camel-exception.c \ camel-folder.c \ + camel-folder-search.c \ camel-medium.c \ camel-marshal-utils.c \ camel-mime-message.c \ @@ -78,6 +79,7 @@ libcamelinclude_HEADERS = \ camel-data-wrapper.h \ camel-exception.h \ camel-folder.h \ + camel-folder-search.h \ camel-marshal-utils.h \ camel-medium.h \ camel-mime-message.h \ -- cgit v1.2.3