diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-29 07:19:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-29 07:19:47 +0800 |
commit | 0b04c6cfd743afcf5a4e6a195a120776074cb2a7 (patch) | |
tree | c9277ec82dcb31fd964c2d03cca28cc7cfad21f0 /mail/e-mail-shell-view-private.h | |
parent | bde9c2bff430b74c3eea7832221e2a8de2fb8272 (diff) | |
download | gsoc2013-evolution-0b04c6cfd743afcf5a4e6a195a120776074cb2a7.tar.gz 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.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 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 |