aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-folder.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-06-07 02:55:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-06-07 02:55:45 +0800
commitc1aac7c40cf831bfcc8c15fe2881666395754ae1 (patch)
tree084cd0e2beb4be27657aa9a55c83dc2359ccc669 /camel/providers/imap/camel-imap-folder.h
parentae33d3f67e77c5182dec21c388605b4a4ae48e51 (diff)
downloadgsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.gz
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.bz2
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.lz
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.xz
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.zst
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.zip
worked on getting providers/imap/* to build cleanly, fixed a number of stupid errors and things like that
am commit'ing code since there are some volunteers that would like to work on imap svn path=/trunk/; revision=3440
Diffstat (limited to 'camel/providers/imap/camel-imap-folder.h')
-rw-r--r--camel/providers/imap/camel-imap-folder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-folder.h b/camel/providers/imap/camel-imap-folder.h
index 54605cfb35..479a43c45c 100644
--- a/camel/providers/imap/camel-imap-folder.h
+++ b/camel/providers/imap/camel-imap-folder.h
@@ -35,6 +35,9 @@ extern "C" {
#include <gtk/gtk.h>
#include "camel-folder.h"
+#include "camel-imap-summary.h"
+#include <camel/camel-folder-search.h>
+#include <libibex/ibex.h>
#define CAMEL_IMAP_FOLDER_TYPE (camel_imap_folder_get_type ())
#define CAMEL_IMAP_FOLDER(obj) (GTK_CHECK_CAST((obj), CAMEL_IMAP_FOLDER_TYPE, CamelImapFolder))
@@ -51,6 +54,8 @@ typedef struct {
ibex *index; /* index for this folder */
CamelImapSummary *summary;
CamelFolderSearch *search; /* used to run searches, we just use the real thing (tm) */
+
+ gint count;
} CamelImapFolder;