aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-content.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@gnome.org>2010-07-09 17:11:34 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-07-26 09:29:59 +0800
commit909774170062bd74c6f3554b25f0d06054fb9c8b (patch)
tree87e4a6fb10296fc87b92165f79c3b7a6c4e45400 /modules/mail/e-mail-shell-content.h
parent237abb86d580b7013b1c0b8286e197399d5ae430 (diff)
downloadgsoc2013-evolution-909774170062bd74c6f3554b25f0d06054fb9c8b.tar
gsoc2013-evolution-909774170062bd74c6f3554b25f0d06054fb9c8b.tar.gz
gsoc2013-evolution-909774170062bd74c6f3554b25f0d06054fb9c8b.tar.bz2
gsoc2013-evolution-909774170062bd74c6f3554b25f0d06054fb9c8b.tar.lz
gsoc2013-evolution-909774170062bd74c6f3554b25f0d06054fb9c8b.tar.xz
gsoc2013-evolution-909774170062bd74c6f3554b25f0d06054fb9c8b.tar.zst
gsoc2013-evolution-909774170062bd74c6f3554b25f0d06054fb9c8b.zip
Rewrite the content piece of evolution.
Diffstat (limited to 'modules/mail/e-mail-shell-content.h')
-rw-r--r--modules/mail/e-mail-shell-content.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-content.h b/modules/mail/e-mail-shell-content.h
index a5263bc561..b0a89361cb 100644
--- a/modules/mail/e-mail-shell-content.h
+++ b/modules/mail/e-mail-shell-content.h
@@ -25,7 +25,7 @@
#include <shell/e-shell-content.h>
#include <shell/e-shell-searchbar.h>
#include <shell/e-shell-view.h>
-
+#include <mail/e-mail-view.h>
#include <mail/em-format-html-display.h>
/* Standard GObject macros */
@@ -55,6 +55,7 @@ typedef struct _EMailShellContentPrivate EMailShellContentPrivate;
struct _EMailShellContent {
EShellContent parent;
+ EMailView *view;
EMailShellContentPrivate *priv;
};