aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-private.h')
-rw-r--r--camel/camel-private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/camel-private.h b/camel/camel-private.h
index 22771b3625..78af7814b7 100644
--- a/camel/camel-private.h
+++ b/camel/camel-private.h
@@ -156,7 +156,9 @@ struct _CamelFolderSummaryPrivate {
struct _CamelMimeFilterSave *filter_save;
struct _CamelMimeFilterHTML *filter_html;
- struct ibex *index;
+ struct _CamelStreamFilter *filter_stream;
+
+ struct _CamelIndex *index;
#ifdef ENABLE_THREADS
GMutex *summary_lock; /* for the summary hashtable/array */