From aeaa2ed70043e607e1da431d8f33726590f4c83b Mon Sep 17 00:00:00 2001 From: NotZed Date: Mon, 14 Feb 2000 05:39:02 +0000 Subject: New file, implements the search api for mbox folders. 2000-02-13 NotZed * providers/mbox/camel-mbox-search.c: New file, implements the search api for mbox folders. * providers/mbox/Makefile.am: Link with ibex. * camel-folder.c (camel_folder_has_search_capability): Api additions. (camel_folder_search_by_expression): Ditto. 2000-02-12 NotZed * providers/mbox/camel-mbox-folder.c (_set_name): Setup index filename as well. (_init_with_store): Init index filename. Hmm, none of these names ever seem to get free'd (FIXME?) * providers/mbox/camel-mbox-folder.h: Add index file name. 2000-02-12 NotZed * camel-folder.h: Add folder search functions. ** Created ChangeLog just for camel ** - refer to ../ChangeLog for changes prior to this date. svn path=/trunk/; revision=1772 --- camel/providers/mbox/camel-mbox-search.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 camel/providers/mbox/camel-mbox-search.h (limited to 'camel/providers/mbox/camel-mbox-search.h') diff --git a/camel/providers/mbox/camel-mbox-search.h b/camel/providers/mbox/camel-mbox-search.h new file mode 100644 index 0000000000..16efd4a023 --- /dev/null +++ b/camel/providers/mbox/camel-mbox-search.h @@ -0,0 +1,10 @@ + +#ifndef _CAMEL_MBOX_SEARCH_H +#define _CAMEL_MBOX_SEARCH_H + +#include "camel-mbox-folder.h" + +GList *camel_mbox_folder_search_by_expression(CamelFolder *folder, const char *expression); + +#endif /* ! _CAMEL_MBOX_SEARCH_H */ + -- cgit v1.2.3