aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder.h
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-09-05 03:33:31 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-09-05 03:33:31 +0800
commit0fe7101224105602a18e63eb83af4611648c9d91 (patch)
tree00aeef71b3dbbca082ddd4039ba1d55359805afe /camel/camel-folder.h
parenteb1b10897020045933caaca7920f3550b75c13b5 (diff)
downloadgsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar
gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar.gz
gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar.bz2
gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar.lz
gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar.xz
gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.tar.zst
gsoc2013-evolution-0fe7101224105602a18e63eb83af4611648c9d91.zip
started summary implementation. (_open): correct use of open.
1999-09-04 bertrand <Bertrand.Guiheneuf@aful.org> * camel/providers/MH/camel-mh-folder.c (_create_summary): started summary implementation. (_open): correct use of open. * camel/camel-folder.c (camel_folder_get_summary): get folder associated summary object. svn path=/trunk/; revision=1177
Diffstat (limited to 'camel/camel-folder.h')
-rw-r--r--camel/camel-folder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-folder.h b/camel/camel-folder.h
index e9a4b6a49e..4554cb4b0c 100644
--- a/camel/camel-folder.h
+++ b/camel/camel-folder.h
@@ -37,6 +37,7 @@ typedef struct _CamelFolder CamelFolder;
#include "camel-store.h"
#include "camel-mime-message.h"
+#include "camel-folder-summary.h"
#define CAMEL_FOLDER_TYPE (camel_folder_get_type ())
#define CAMEL_FOLDER(obj) (GTK_CHECK_CAST((obj), CAMEL_FOLDER_TYPE, CamelFolder))
@@ -71,6 +72,7 @@ struct _CamelFolder
CamelFolder *parent_folder;
GList *permanent_flags;
gboolean has_summary_capability;
+ CamelFolderSummary *summary;
GList *message_list;