From 2e60b6a4a21105bb4a1e2badd1be51b3e684d165 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 22 Nov 2011 17:53:07 -0500 Subject: 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. --- .../org.gnome.evolution.plugin.prefer-plain.gschema.xml.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/org.gnome.evolution.plugin.prefer-plain.gschema.xml.in (limited to 'data/org.gnome.evolution.plugin.prefer-plain.gschema.xml.in') diff --git a/data/org.gnome.evolution.plugin.prefer-plain.gschema.xml.in b/data/org.gnome.evolution.plugin.prefer-plain.gschema.xml.in new file mode 100644 index 0000000000..2cb7477a0d --- /dev/null +++ b/data/org.gnome.evolution.plugin.prefer-plain.gschema.xml.in @@ -0,0 +1,14 @@ + + + + 'normal' + <_summary>Mode to use when displaying mails + <_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 + + + true + <_summary>Whether to show suppressed HTML output + <_description>Whether to show suppressed HTML output + + + -- cgit