diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-11 02:42:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-11 02:42:53 +0800 |
commit | 6e7f42e0a60659411f2e10dbf8e84c705f0498a4 (patch) | |
tree | f006987a0cb4c32d1b3e93130e03c22ec942b1ed /modules/mail/e-mail-shell-settings.c | |
parent | 31fd01398cc76d3c00abbc05d419dfe873bc04c6 (diff) | |
download | gsoc2013-evolution-6e7f42e0a60659411f2e10dbf8e84c705f0498a4.tar gsoc2013-evolution-6e7f42e0a60659411f2e10dbf8e84c705f0498a4.tar.gz gsoc2013-evolution-6e7f42e0a60659411f2e10dbf8e84c705f0498a4.tar.bz2 gsoc2013-evolution-6e7f42e0a60659411f2e10dbf8e84c705f0498a4.tar.lz gsoc2013-evolution-6e7f42e0a60659411f2e10dbf8e84c705f0498a4.tar.xz gsoc2013-evolution-6e7f42e0a60659411f2e10dbf8e84c705f0498a4.tar.zst gsoc2013-evolution-6e7f42e0a60659411f2e10dbf8e84c705f0498a4.zip |
Use an EShellSettings property for folder tree search.
Diffstat (limited to 'modules/mail/e-mail-shell-settings.c')
-rw-r--r-- | modules/mail/e-mail-shell-settings.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-settings.c b/modules/mail/e-mail-shell-settings.c index 897ccfc18b..7f73bf3f15 100644 --- a/modules/mail/e-mail-shell-settings.c +++ b/modules/mail/e-mail-shell-settings.c @@ -386,6 +386,18 @@ e_mail_shell_settings_init (EShell *shell) e_shell_settings_install_property ( g_param_spec_boolean ( + "mail-side-bar-search", + NULL, + NULL, + TRUE, + G_PARAM_READWRITE)); + + e_shell_settings_bind_to_gconf ( + shell_settings, "mail-side-bar-search", + "/apps/evolution/mail/display/side_bar_search"); + + e_shell_settings_install_property ( + g_param_spec_boolean ( "mail-use-custom-fonts", NULL, NULL, |