diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 23:03:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 23:06:16 +0800 |
commit | f927a9a169f11f34171937172cade82c184fa022 (patch) | |
tree | 44c74595972cff71da47bf15ac31a9fe879d2aaa /modules/mail | |
parent | 4a101290fdb546296f7bc0a9a34ba342e741895a (diff) | |
download | gsoc2013-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 'modules/mail')
-rw-r--r-- | modules/mail/em-mailer-prefs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mail/em-mailer-prefs.c b/modules/mail/em-mailer-prefs.c index 38e66b0002..5652487b2d 100644 --- a/modules/mail/em-mailer-prefs.c +++ b/modules/mail/em-mailer-prefs.c @@ -58,7 +58,8 @@ static GType col_types[] = { #define EM_FORMAT_HEADER_XMAILER "x-evolution-mailer" -/* temporarily copied from em-format.c */ +/* Keep this synchronized with the "show-headers" key + * in the "org.gnome.evolution.mail" GSettings schema. */ static const gchar *default_headers[] = { N_("From"), N_("Reply-To"), |