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/ChangeLog | |
parent | 7ace2ffaad1c6be679d29d5240512ceff35ea4a1 (diff) | |
download | gsoc2013-evolution-345d090ac854ad26d2a19827d56f3d48382a1256.tar gsoc2013-evolution-345d090ac854ad26d2a19827d56f3d48382a1256.tar.gz gsoc2013-evolution-345d090ac854ad26d2a19827d56f3d48382a1256.tar.bz2 gsoc2013-evolution-345d090ac854ad26d2a19827d56f3d48382a1256.tar.lz gsoc2013-evolution-345d090ac854ad26d2a19827d56f3d48382a1256.tar.xz 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/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 873a13f18e..5c35d3eede 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +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. + 2002-01-11 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (imap_update_summary): Kludge |