aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel.h
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/camel.h
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/camel.h')
-rw-r--r--camel/camel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel.h b/camel/camel.h
index e97260bc77..09ef8adc7e 100644
--- a/camel/camel.h
+++ b/camel/camel.h
@@ -68,7 +68,6 @@ extern "C" {
#include <camel/camel-transport.h>
#include <camel/camel-url.h>
#include <camel/gmime-content-field.h>
-#include <camel/gmime-utils.h>
#include <camel/gstring-util.h>
#include <camel/hash-table-utils.h>
#include <camel/md5-utils.h>