aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-shell-content.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-04-29 07:19:47 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-04-29 07:19:47 +0800
commit0b04c6cfd743afcf5a4e6a195a120776074cb2a7 (patch)
treec9277ec82dcb31fd964c2d03cca28cc7cfad21f0 /mail/e-mail-shell-content.h
parentbde9c2bff430b74c3eea7832221e2a8de2fb8272 (diff)
downloadgsoc2013-evolution-0b04c6cfd743afcf5a4e6a195a120776074cb2a7.tar
gsoc2013-evolution-0b04c6cfd743afcf5a4e6a195a120776074cb2a7.tar.gz
gsoc2013-evolution-0b04c6cfd743afcf5a4e6a195a120776074cb2a7.tar.bz2
gsoc2013-evolution-0b04c6cfd743afcf5a4e6a195a120776074cb2a7.tar.lz
gsoc2013-evolution-0b04c6cfd743afcf5a4e6a195a120776074cb2a7.tar.xz
gsoc2013-evolution-0b04c6cfd743afcf5a4e6a195a120776074cb2a7.tar.zst
gsoc2013-evolution-0b04c6cfd743afcf5a4e6a195a120776074cb2a7.zip
Get the "Hide Deleted Messages" option working.
Diffstat (limited to 'mail/e-mail-shell-content.h')
-rw-r--r--mail/e-mail-shell-content.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/e-mail-shell-content.h b/mail/e-mail-shell-content.h
index a27e1a6f7e..485a9a8233 100644
--- a/mail/e-mail-shell-content.h
+++ b/mail/e-mail-shell-content.h
@@ -68,6 +68,11 @@ gboolean e_mail_shell_content_get_preview_visible
void e_mail_shell_content_set_preview_visible
(EMailShellContent *mail_shell_content,
gboolean preview_visible);
+gboolean e_mail_shell_content_get_show_deleted
+ (EMailShellContent *mail_shell_content);
+void e_mail_shell_content_set_show_deleted
+ (EMailShellContent *mail_shell_content,
+ gboolean show_deleted);
gboolean e_mail_shell_content_get_vertical_view
(EMailShellContent *mail_shell_content);
void e_mail_shell_content_set_vertical_view