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 {
>AgeFilesLines * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Changed my emailvg2013-07-221-2/+2 * - update to 3.2.0.10rm2013-03-202-4/+3 * Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-0/+1 * - update to 3.2.0.9rm2012-10-053-16/+11 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1 * - update png to 1.5.10dinoex2012-06-011-0/+1 * - Update to version 3.1.0.2pawel2011-09-152-4/+5 * - Update to 3.1.0.1dhn2011-03-31