aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/subscribe-dialog.h')
-rw-r--r--mail/subscribe-dialog.h22
1 files changed, 13 insertions, 9 deletions
diff --git a/mail/subscribe-dialog.h b/mail/subscribe-dialog.h
index d2ea4083e8..7f8dff8405 100644
--- a/mail/subscribe-dialog.h
+++ b/mail/subscribe-dialog.h
@@ -5,6 +5,7 @@
#define _SUBSCRIBE_DIALOG_H_
#include "mail-types.h"
+#include "camel.h"
#include <gtk/gtktable.h>
#include <gal/e-table/e-tree-model.h>
#include <bonobo/bonobo-control.h>
@@ -23,21 +24,24 @@ struct _SubscribeDialog {
GtkObject parent;
Evolution_Shell shell;
- Bonobo_Control storage_set_control;
- Evolution_StorageSetView storage_set_view;
- EvolutionStorageSetViewListener *listener;
-
- BonoboUIHandler *uih;
GtkWidget *app;
- GtkWidget *storage_set_view_widget;
GtkWidget *hpaned;
GtkWidget *table;
GtkWidget *description;
- GtkWidget *etable;
- ETreeModel *model;
- ETreePath *root;
+
+ GtkWidget *store_etable;
+ ETableModel *store_model;
+
+ GtkWidget *folder_etable;
+ ETreeModel *folder_model;
+ ETreePath *folder_root;
+
+ CamelStore *store;
+ CamelFolderInfo *folder_info;
+
+ GList *store_list;
};