diff options
Diffstat (limited to 'data/org.gnome.evolution.eplugin.email-custom-header.gschema.xml.in')
-rw-r--r-- | data/org.gnome.evolution.eplugin.email-custom-header.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.eplugin.email-custom-header.gschema.xml.in b/data/org.gnome.evolution.eplugin.email-custom-header.gschema.xml.in new file mode 100644 index 0000000000..ac58441856 --- /dev/null +++ b/data/org.gnome.evolution.eplugin.email-custom-header.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist> + <schema gettext-domain="evolution" id="org.gnome.evolution.eplugin.email-custom-header" path="/apps/evolution/eplugin/email-custom-header/"> + <key name="custom-header" 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> |