diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-11-05 21:53:05 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-11-05 21:53:05 +0800 |
commit | c79efd6590bfabecd3a31c2a30d1ddb9a55349e4 (patch) | |
tree | 0eed30a3489a4689428a590d5759d44a0f81fd76 /modules/mail/e-mail-shell-settings.c | |
parent | df1f9b3b33de886c5b9a63b0ee6e722bfea4b2e0 (diff) | |
download | gsoc2013-evolution-c79efd6590bfabecd3a31c2a30d1ddb9a55349e4.tar.gz gsoc2013-evolution-c79efd6590bfabecd3a31c2a30d1ddb9a55349e4.tar.zst gsoc2013-evolution-c79efd6590bfabecd3a31c2a30d1ddb9a55349e4.zip |
Bug #597582 - Original Date: header should be given precedence
Diffstat (limited to 'modules/mail/e-mail-shell-settings.c')
-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 c20f57ce43..1434951b81 100644 --- a/modules/mail/e-mail-shell-settings.c +++ b/modules/mail/e-mail-shell-settings.c @@ -151,6 +151,10 @@ e_mail_shell_settings_init (EShell *shell) "/apps/evolution/mail/display/photo_local"); e_shell_settings_install_property_for_key ( + "mail-show-real-date", + "/apps/evolution/mail/display/show_real_date"); + + e_shell_settings_install_property_for_key ( "mail-prompt-delete-in-vfolder", "/apps/evolution/mail/prompts/delete_in_vfolder"); |