From 345d090ac854ad26d2a19827d56f3d48382a1256 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 14 Jan 2002 09:35:52 +0000 Subject: Rewritten to use a cache for body searches when online. Will need some 2002-01-14 Not Zed * providers/imap/camel-imap-search.c (imap_body_contains): Rewritten to use a cache for body searches when online. Will need some heavy testing but so far seems to be beneficial. * providers/imap/camel-imap-folder.c (imap_search_by_expression, search_by_uids): dont initialise search object here. (camel_imap_folder_new): Setup search object here with pointer to cache dir. 2001-12-01 Not Zed * camel-store-summary.[ch]: New class to store a store's folder list in. Not yet completed. svn path=/trunk/; revision=15314 --- 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 5c2075567a..055c303534 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -86,6 +86,7 @@ libcamel_la_SOURCES = \ camel-service.c \ camel-session.c \ camel-store.c \ + camel-store-summary.c \ camel-stream-buffer.c \ camel-stream-filter.c \ camel-stream-fs.c \ @@ -172,6 +173,7 @@ libcamelinclude_HEADERS = \ camel-service.h \ camel-session.h \ camel-store.h \ + camel-store-summary.h \ camel-stream-buffer.h \ camel-stream-filter.h \ camel-stream-fs.h \ -- cgit v1.2.3