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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 7cd5ac08eb..213f6deb14 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -4,6 +4,7 @@
#include <bonobo/gnome-object.h>
#include "evolution.h"
#include "e-folder.h"
+#include "e-shortcut.h"
#define E_SHELL_GOAD_ID "GOADID:GNOME:Evolution:Shell:1.0"
#define E_SHELL_FACTORY_GOAD_ID "GOADID:GNOME:Evolution:ShellFactory:1.0"
@@ -26,7 +27,14 @@ struct _EShell {
EFolder *drafts;
EFolder *calendar;
EFolder *tasks;
+ EFolder *summary;
+ EFolder *contacts;
} default_folders;
+
+ /*
+ * An array of EShortcutGroups
+ */
+ GArray *shortcut_groups;
};
typedef struct {