From b1ed87891b6d5df213ac2168572d46ee1924f9ff Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 21 Dec 2000 19:50:09 +0000 Subject: New CamelFolderSearch subclass that just reimplements body_contains (using * providers/imap/camel-imap-search.c: New CamelFolderSearch subclass that just reimplements body_contains (using the IMAP SEARCH command). All other kinds of searching are done against the local summary. * providers/imap/camel-imap-folder.c (imap_search_by_expression): Use a CamelImapSearch to do searching. * providers/imap/camel-imap-utils.c (imap_translate_sexp, etc): No longer needed. * camel-folder-search.h: Add missing CAMEL_FOLDER_SEARCH_TYPE #define svn path=/trunk/; revision=7119 --- camel/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 272f058ad4..a13109fe80 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2000-12-21 Dan Winship + + * providers/imap/camel-imap-search.c: New CamelFolderSearch + subclass that just reimplements body_contains (using the IMAP + SEARCH command). All other kinds of searching are done against the + local summary. + + * providers/imap/camel-imap-folder.c (imap_search_by_expression): + Use a CamelImapSearch to do searching. + + * providers/imap/camel-imap-utils.c (imap_translate_sexp, etc): No + longer needed. + + * camel-folder-search.h: Add missing CAMEL_FOLDER_SEARCH_TYPE + #define + 2000-12-21 Dan Winship * camel-stream-buffer.c (camel_stream_buffer_gets): Update the -- cgit v1.2.3