- Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema.
15 lines
772 B
XML
15 lines
772 B
XML
<schemalist>
|
|
<schema gettext-domain="evolution" id="org.gnome.evolution.plugin.prefer-plain" path="/org/gnome/evolution/plugin/prefer-plain/">
|
|
<key name="mode" type="s">
|
|
<default>'normal'</default>
|
|
<_summary>Mode to use when displaying mails</_summary>
|
|
<_description>The mode to use for displaying mails. "normal" makes Evolution choose the best part to show, "prefer_plain" makes it use the text part, if present, and "only_plain" forces Evolution to only show plain text</_description>
|
|
</key>
|
|
<key name="show-suppressed" type="b">
|
|
<default>true</default>
|
|
<_summary>Whether to show suppressed HTML output</_summary>
|
|
<_description>Whether to show suppressed HTML output</_description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|