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 /mail/evolution-mail.schemas.in | |
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 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 418e57d371..6039c31cef 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1136,6 +1136,21 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/display/show_real_date</key> + <applyto>/apps/evolution/mail/display/show_real_date</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Show original "Date" header value.</short> + <long> + Show the original "Date" header (with a local time only if the time zone differs). + Otherwise always show "Date" header value in a user preferred format and local time zone. + </long> + </locale> + </schema> + <!-- Labels and Colours --> |