aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r--camel/camel-folder-summary.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h
index acb3ba5f01..0c8f26ed5c 100644
--- a/camel/camel-folder-summary.h
+++ b/camel/camel-folder-summary.h
@@ -43,6 +43,9 @@ extern "C" {
#define CAMEL_FOLDER_SUMMARY_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), CAMEL_FOLDER_SUMMARY_TYPE, CamelFolderSummaryClass))
#define CAMEL_IS_FOLDER_SUMMARY(o) (GTK_CHECK_TYPE((o), CAMEL_FOLDER_SUMMARY_TYPE))
+
+
+
typedef struct {
gchar *name;
gint nb_message;
@@ -52,6 +55,9 @@ typedef struct {
GHashTable *extended_fields;
} CamelFolderInfo;
+
+
+
typedef struct {
gchar *subject;
gchar *uid;
@@ -62,8 +68,9 @@ typedef struct {
} CamelMessageInfo;
-typedef struct
-{
+
+
+typedef struct {
GtkObject parent_object;
GList *subfolder_info_list; /* informations on subfolders */
@@ -73,6 +80,7 @@ typedef struct
+
typedef struct {
GtkObjectClass parent_class;
@@ -90,6 +98,8 @@ GtkType camel_folder_summary_get_type (void);
/* public methods */
CamelFolderSummary *camel_folder_summary_new ();
+
+/* get information about the messages and the subfolders in the directory */
const GList *camel_folder_summary_get_subfolder_info_list (CamelFolderSummary *summary);
const GList *camel_folder_summary_get_message_info_list (CamelFolderSummary *summary);