From 3dc5ac02b4acf762c22a2f1980facdd0d01d678e Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 14 Oct 2011 12:25:34 +0200 Subject: Migrate prefer-plain plugin to GSettings --- data/Makefile.am | 1 + data/evolution.convert | 4 ++++ ...org.gnome.evolution.eplugin.prefer-plain.gschema.xml.in | 14 ++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 data/org.gnome.evolution.eplugin.prefer-plain.gschema.xml.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index fb4c041c23..2a8b72a680 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -23,6 +23,7 @@ gsettings_SCHEMAS = \ org.gnome.evolution.eplugin.external-editor.gschema.xml \ org.gnome.evolution.eplugin.face-picture.gschema.xml \ org.gnome.evolution.eplugin.mail-notification.gschema.xml \ + org.gnome.evolution.eplugin.prefer-plain.gschema.xml.in \ org.gnome.evolution.eplugin.templates.gschema.xml @INTLTOOL_XML_NOMERGE_RULE@ diff --git a/data/evolution.convert b/data/evolution.convert index 075a24a579..cb4308d0a6 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -214,5 +214,9 @@ notify-sound-beep = /apps/evolution/eplugin/mail-notification/sound-beep notify-sound-file = /apps/evolution/eplugin/mail-notification/sound-file notify-sound-use-theme = /apps/evolution/eplugin/mail-notification/sound-use-theme +[org.gnome.evolution.eplugin.prefer-plain] +mode = /apps/evolution/eplugin/prefer_plain/mode" +show-suppressed = /apps/evolution/eplugin/prefer_plain/show_suppressed + [org.gnome.evolution.eplugin.templates] template-placeholders = /apps/evolution/mail/template_placeholders diff --git a/data/org.gnome.evolution.eplugin.prefer-plain.gschema.xml.in b/data/org.gnome.evolution.eplugin.prefer-plain.gschema.xml.in new file mode 100644 index 0000000000..9d9b652be7 --- /dev/null +++ b/data/org.gnome.evolution.eplugin.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 v1.2.3