diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-04-27 23:42:49 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:58 +0800 |
commit | 4542662853b2a7707f09a5428d3121d00faf93ba (patch) | |
tree | 3c73a29e0d70f3f4c9f74f884d89842b2cdd7114 /modules/mail | |
parent | 2abbff465156c62c0825190a4408fe92b4d55bc1 (diff) | |
download | gsoc2013-evolution-4542662853b2a7707f09a5428d3121d00faf93ba.tar.gz gsoc2013-evolution-4542662853b2a7707f09a5428d3121d00faf93ba.tar.zst gsoc2013-evolution-4542662853b2a7707f09a5428d3121d00faf93ba.zip |
Bug #303653 - Make headers collapsable in preview pane
Diffstat (limited to 'modules/mail')
-rw-r--r-- | modules/mail/e-mail-shell-settings.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-settings.c b/modules/mail/e-mail-shell-settings.c index 9f024696dd..44c1d79b8e 100644 --- a/modules/mail/e-mail-shell-settings.c +++ b/modules/mail/e-mail-shell-settings.c @@ -316,6 +316,10 @@ e_mail_shell_settings_init (EShellBackend *shell_backend) "composer-gallery-path", "/apps/evolution/mail/composer/gallery_path"); + e_shell_settings_install_property_for_key ( + "paned-view-headers-state", + "/apps/evolution/mail/display/paned_view_headers_state"); + /* These properties use transform functions to convert * GConf values to forms more useful to Evolution. We * have to use separate properties because GConfBridge |