aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-21 23:03:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-21 23:06:16 +0800
commitf927a9a169f11f34171937172cade82c184fa022 (patch)
tree44c74595972cff71da47bf15ac31a9fe879d2aaa /data
parent4a101290fdb546296f7bc0a9a34ba342e741895a (diff)
downloadgsoc2013-evolution-f927a9a169f11f34171937172cade82c184fa022.tar
gsoc2013-evolution-f927a9a169f11f34171937172cade82c184fa022.tar.gz
gsoc2013-evolution-f927a9a169f11f34171937172cade82c184fa022.tar.bz2
gsoc2013-evolution-f927a9a169f11f34171937172cade82c184fa022.tar.lz
gsoc2013-evolution-f927a9a169f11f34171937172cade82c184fa022.tar.xz
gsoc2013-evolution-f927a9a169f11f34171937172cade82c184fa022.tar.zst
gsoc2013-evolution-f927a9a169f11f34171937172cade82c184fa022.zip
Bug 702664 - Settings migration issue from "headers" to "show-headers"
Give the "show-headers" key a proper default value, and watch out for an empty "headers" key, which is supposed to imply that default value.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.evolution.mail.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in
index 249f2d8436..f853fe74be 100644
--- a/data/org.gnome.evolution.mail.gschema.xml.in
+++ b/data/org.gnome.evolution.mail.gschema.xml.in
@@ -232,7 +232,7 @@
<_description>Show all the headers when viewing a messages.</_description>
</key>
<key name="show-headers" type="a(sb)">
- <default>[]</default>
+ <default>[('From', true), ('Reply-To', true), ('To', true), ('Cc', true), ('Bcc' true), ('Subject', true), ('Date', true), ('Newsgroups', true), ('Face', true), ('x-evolution-mailer', false)]</default>
<_summary>List of headers to show when viewing a message.</_summary>
<_description>Each header is represented as a pair: the header name, and a boolean indicating whether the header is enabled. Disabled headers are not shown when viewing a message, but are still listed in Preferences.</_description>
</key>