Files
evolution/data/org.gnome.evolution.plugin.email-custom-header.gschema.xml.in
Matthew Barnes 2e60b6a4a2 Tweak GSettings schemas.
- Don't use the term "eplugin" for modules.

- Use the term "plugin" instead of "eplugin" for plugins.

- Split SpamAssassin settings into a separate schema.
2011-11-22 20:42:56 -05:00

10 lines
639 B
XML

<schemalist>
<schema gettext-domain="evolution" id="org.gnome.evolution.plugin.email-custom-header" path="/org/gnome/evolution/plugin/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>