aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-05 21:24:02 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-06 01:03:45 +0800
commit3e8b6ddf8d9e090e0769faede1d68337e240e58d (patch)
treec5a0ec9d9489564180a73ab10650dabfee4dfccf /data
parentd388f9b5cf89e6e0c39def1946997baa1aa8b814 (diff)
downloadgsoc2013-evolution-3e8b6ddf8d9e090e0769faede1d68337e240e58d.tar
gsoc2013-evolution-3e8b6ddf8d9e090e0769faede1d68337e240e58d.tar.gz
gsoc2013-evolution-3e8b6ddf8d9e090e0769faede1d68337e240e58d.tar.bz2
gsoc2013-evolution-3e8b6ddf8d9e090e0769faede1d68337e240e58d.tar.lz
gsoc2013-evolution-3e8b6ddf8d9e090e0769faede1d68337e240e58d.tar.xz
gsoc2013-evolution-3e8b6ddf8d9e090e0769faede1d68337e240e58d.tar.zst
gsoc2013-evolution-3e8b6ddf8d9e090e0769faede1d68337e240e58d.zip
Add "show-headers" settings key.
Replaces the "headers" key. Whereas "headers" is an array of XML blobs, the "show-headers" key is an array of string/boolean pairs. Also update the appropriate places to get/set the new key.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.evolution.mail.gschema.xml.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in
index 71fff625dc..249f2d8436 100644
--- a/data/org.gnome.evolution.mail.gschema.xml.in
+++ b/data/org.gnome.evolution.mail.gschema.xml.in
@@ -231,10 +231,10 @@
<_summary>Show all message headers</_summary>
<_description>Show all the headers when viewing a messages.</_description>
</key>
- <key name="headers" type="as">
+ <key name="show-headers" type="a(sb)">
<default>[]</default>
- <_summary>List of custom headers and whether they are enabled.</_summary>
- <_description>This key should contain a list of XML structures specifying custom headers, and whether they are to be displayed. The format of the XML structure is &lt;header enabled&gt; - set enabled if the header is to be displayed in the mail view.</_description>
+ <_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>
<key name="show-sender-photo" type="b">
<default>false</default>
@@ -566,6 +566,11 @@
<_summary>(Deprecated) Default reply style</_summary>
<_description>This key was deprecated in version 3.10 and should no longer be used. Use "reply-style-name" instead.</_description>
</key>
+ <key name="headers" type="as">
+ <default>[]</default>
+ <_summary>(Deprecated) List of custom headers and whether they are enabled.</_summary>
+ <_description>This key was deprecated in version 3.10 and should no longer be used. Use "show-headers" instead.</_description>
+ </key>
<key name="load-http-images" type="i">
<default>0</default>
<_summary>(Deprecated) Load images for HTML messages over HTTP</_summary>