aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.mail.gschema.xml.in
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2010-11-04 01:24:02 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2010-11-04 01:24:02 +0800
commit46424f03b44f6dfd417b483f4830282e3ad7fc7a (patch)
treef0809ada0cb67a42e301eed05715da884b1e1f65 /data/org.gnome.evolution.mail.gschema.xml.in
parentc7117af0742412b97366b4c4861566ab3d0cbfaf (diff)
downloadgsoc2013-evolution-46424f03b44f6dfd417b483f4830282e3ad7fc7a.tar
gsoc2013-evolution-46424f03b44f6dfd417b483f4830282e3ad7fc7a.tar.gz
gsoc2013-evolution-46424f03b44f6dfd417b483f4830282e3ad7fc7a.tar.bz2
gsoc2013-evolution-46424f03b44f6dfd417b483f4830282e3ad7fc7a.tar.lz
gsoc2013-evolution-46424f03b44f6dfd417b483f4830282e3ad7fc7a.tar.xz
gsoc2013-evolution-46424f03b44f6dfd417b483f4830282e3ad7fc7a.tar.zst
gsoc2013-evolution-46424f03b44f6dfd417b483f4830282e3ad7fc7a.zip
Migrate custom headers schemas to GSettings
Diffstat (limited to 'data/org.gnome.evolution.mail.gschema.xml.in')
-rw-r--r--data/org.gnome.evolution.mail.gschema.xml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in
index ec74a2b3d2..0ac359ee25 100644
--- a/data/org.gnome.evolution.mail.gschema.xml.in
+++ b/data/org.gnome.evolution.mail.gschema.xml.in
@@ -10,5 +10,15 @@
<_summary>List of keyword/value pairs for the Templates plugin to substitute in a message body.</_summary>
<_description>List of keyword/value pairs for the Templates plugin to substitute in a message body.</_description>
</key>
+ <key name="attachment-reminder-clues" type="as">
+ <default>['attachment','attaching','attached','enclosed']</default>
+ <_summary>List of clues for the attachment reminder plugin to look for in a message body</_summary>
+ <_description>List of clues for the attachment reminder plugin to look for in a message body.</_description>
+ </key>
+ <key name="custom-headers" type="as">
+ <default>['Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret']</default>
+ <_summary>List of Custom Headers</_summary>
+ <_description>The key specifies the list of custom headers that you can add to an outgoing message. The format for specifying a Header and Header value is: Name of the custom header followed by "=" and the values separated by ";"</_description>
+ </key>
</schema>
</schemalist>