From f927a9a169f11f34171937172cade82c184fa022 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 21 Jun 2013 11:03:25 -0400 Subject: 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. --- data/org.gnome.evolution.mail.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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. - [] + [('From', true), ('Reply-To', true), ('To', true), ('Cc', true), ('Bcc' true), ('Subject', true), ('Date', true), ('Newsgroups', true), ('Face', true), ('x-evolution-mailer', false)] <_summary>List of headers to show when viewing a message. <_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. -- cgit v1.2.3