diff options
author | Not Zed <NotZed@Ximian.com> | 2002-01-14 17:35:52 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-01-14 17:35:52 +0800 |
commit | 345d090ac854ad26d2a19827d56f3d48382a1256 (patch) | |
tree | 43aed744bd98d91bfb0586e129094e4b1f263a0b /camel/Makefile.am | |
parent | 7ace2ffaad1c6be679d29d5240512ceff35ea4a1 (diff) | |
download | gsoc2013-evolution-345d090ac854ad26d2a19827d56f3d48382a1256.tar.gz gsoc2013-evolution-345d090ac854ad26d2a19827d56f3d48382a1256.tar.zst gsoc2013-evolution-345d090ac854ad26d2a19827d56f3d48382a1256.zip |
Rewritten to use a cache for body searches when online. Will need some
2002-01-14 Not Zed <NotZed@Ximian.com>
* 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 <NotZed@Ximian.com>
* camel-store-summary.[ch]: New class to store a store's folder
list in. Not yet completed.
svn path=/trunk/; revision=15314
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |