diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-18 10:04:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-18 10:04:27 +0800 |
commit | da75a8ebebe61c6f36c961f63f47f4a446502eed (patch) | |
tree | 4defe366fbb631ba6215a00182a540bd0b95e295 /mail/e-mail-shell-view-private.h | |
parent | d05caaf34695a99fba53f0ec59b23568e8746454 (diff) | |
download | gsoc2013-evolution-da75a8ebebe61c6f36c961f63f47f4a446502eed.tar.gz gsoc2013-evolution-da75a8ebebe61c6f36c961f63f47f4a446502eed.tar.zst gsoc2013-evolution-da75a8ebebe61c6f36c961f63f47f4a446502eed.zip |
Implement more mail actions. Slowly phasing out EMFolderView.
svn path=/branches/kill-bonobo/; revision=36914
Diffstat (limited to 'mail/e-mail-shell-view-private.h')
-rw-r--r-- | mail/e-mail-shell-view-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/e-mail-shell-view-private.h b/mail/e-mail-shell-view-private.h index 086c3edd81..db21203cae 100644 --- a/mail/e-mail-shell-view-private.h +++ b/mail/e-mail-shell-view-private.h @@ -25,11 +25,13 @@ #include "e-mail-shell-view.h" #include <glib/gi18n.h> +#include <gtkhtml/gtkhtml.h> #include <camel/camel-vtrash-folder.h> #include "e-util/gconf-bridge.h" #include "widgets/menus/gal-view-instance.h" +#include "em-composer-utils.h" #include "em-folder-selector.h" #include "em-utils.h" #include "mail-ops.h" |