aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-shell-view-private.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-view-private.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-view-private.h')
-rw-r--r--mail/e-mail-shell-view-private.h2
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 8568438c39..97bb638b3b 100644
--- a/mail/e-mail-shell-view-private.h
+++ b/mail/e-mail-shell-view-private.h
@@ -131,6 +131,8 @@ struct _EMailShellViewPrivate {
/* Filter rules correspond to the search entry menu. */
FilterRule *search_rules[MAIL_NUM_SEARCH_RULES];
+
+ guint show_deleted : 1;
};
void e_mail_shell_view_private_init