diff options
Diffstat (limited to 'mail/e-mail-shell-view-private.h')
-rw-r--r-- | mail/e-mail-shell-view-private.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/e-mail-shell-view-private.h b/mail/e-mail-shell-view-private.h index cc5f721d67..921c3027b9 100644 --- a/mail/e-mail-shell-view-private.h +++ b/mail/e-mail-shell-view-private.h @@ -25,12 +25,15 @@ #include "e-mail-shell-view.h" #include <glib/gi18n.h> +#include <camel/camel-vtrash-folder.h> #include "e-util/gconf-bridge.h" - #include "widgets/menus/gal-view-instance.h" +#include "em-utils.h" + #include "e-mail-shell-content.h" +#include "e-mail-shell-module.h" #include "e-mail-shell-sidebar.h" #include "e-mail-shell-view-actions.h" @@ -120,6 +123,8 @@ void e_mail_shell_view_private_finalize void e_mail_shell_view_actions_init (EMailShellView *mail_shell_view); +void e_mail_shell_view_update_sidebar + (EMailShellView *mail_shell_view); G_END_DECLS |