aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index c8d59d31b7..7cd5ac08eb 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -3,6 +3,7 @@
#include <bonobo/gnome-object.h>
#include "evolution.h"
+#include "e-folder.h"
#define E_SHELL_GOAD_ID "GOADID:GNOME:Evolution:Shell:1.0"
#define E_SHELL_FACTORY_GOAD_ID "GOADID:GNOME:Evolution:ShellFactory:1.0"
@@ -18,6 +19,14 @@ struct _EShell {
/* A list of EShellViews */
GSList *views;
+
+ struct {
+ EFolder *inbox;
+ EFolder *outbox;
+ EFolder *drafts;
+ EFolder *calendar;
+ EFolder *tasks;
+ } default_folders;
};
typedef struct {