aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-05-03 07:08:20 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-03 07:08:20 +0800
commit0780002f95fe8af17160d76fae6dbb41c1add90d (patch)
treec0158c8f862261c031fde510cf118c6ee1b17c71 /camel/ChangeLog
parent1f7bdbf9c16ab5948ea2c8143216ea66c286d715 (diff)
downloadgsoc2013-evolution-0780002f95fe8af17160d76fae6dbb41c1add90d.tar
gsoc2013-evolution-0780002f95fe8af17160d76fae6dbb41c1add90d.tar.gz
gsoc2013-evolution-0780002f95fe8af17160d76fae6dbb41c1add90d.tar.bz2
gsoc2013-evolution-0780002f95fe8af17160d76fae6dbb41c1add90d.tar.lz
gsoc2013-evolution-0780002f95fe8af17160d76fae6dbb41c1add90d.tar.xz
gsoc2013-evolution-0780002f95fe8af17160d76fae6dbb41c1add90d.tar.zst
gsoc2013-evolution-0780002f95fe8af17160d76fae6dbb41c1add90d.zip
REmove gmime-utils.h from here.
2000-05-02 NotZed <NotZed@HelixCode.com> * camel.h: REmove gmime-utils.h from here. * providers/mbox/camel-mbox-search.[ch]: Removed. Functionally redundant. * providers/mbox/camel-mbox-folder.c (mbox_search_by_expression): Use the new CamelFolderSearch class to do the actual searching, just setup the search here. * camel-folder-search.[ch]: A helper class that providers may subclass to provide their own search functionality, or they can simply use as is, it supports body searches if an ibex is supplied, and header searches if a summary is supplied. svn path=/trunk/; revision=2762
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index b1c128f973..a2ad57852a 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,19 @@
+2000-05-02 NotZed <NotZed@HelixCode.com>
+
+ * camel.h: REmove gmime-utils.h from here.
+
+ * providers/mbox/camel-mbox-search.[ch]: Removed. Functionally
+ redundant.
+
+ * providers/mbox/camel-mbox-folder.c (mbox_search_by_expression):
+ Use the new CamelFolderSearch class to do the actual searching,
+ just setup the search here.
+
+ * camel-folder-search.[ch]: A helper class that providers may
+ subclass to provide their own search functionality, or they can
+ simply use as is, it supports body searches if an ibex is
+ supplied, and header searches if a summary is supplied.
+
2000-05-02 Matt Loper <matt@helixcode.com>
* Makefile.am: set G_LOG_DOMAIN.
@@ -14,7 +30,7 @@
* providers/mbox/camel-mbox-search.c
(camel_mbox_folder_search_by_expression): Dont store/remove
current search from the search list.
-
+
* providers/mbox/camel-mbox-folder.h: Removed searches list,
searches are all sync now.