aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-browser.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-browser.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-browser.h')
-rw-r--r--mail/e-mail-browser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/e-mail-browser.h b/mail/e-mail-browser.h
index 35040f0ab0..bcc8870478 100644
--- a/mail/e-mail-browser.h
+++ b/mail/e-mail-browser.h
@@ -62,6 +62,9 @@ struct _EMailBrowserClass {
GType e_mail_browser_get_type (void);
GtkWidget * e_mail_browser_new (EShellModule *shell_module);
void e_mail_browser_close (EMailBrowser *browser);
+gboolean e_mail_browser_get_show_deleted (EMailBrowser *browser);
+void e_mail_browser_set_show_deleted (EMailBrowser *browser,
+ gboolean show_deleted);
GtkUIManager * e_mail_browser_get_ui_manager (EMailBrowser *browser);
G_END_DECLS