aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2010-11-05 00:17:44 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2010-11-10 06:33:24 +0800
commitb7055e92d2b05e9eb65edbcc889b9fd8d80e5130 (patch)
tree741fc08fa7a6e8919a9c543393ef6d9a8d72bf88 /data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
parentd4ffb60e9bf71dfd4728c4d1d15720b5cb40e863 (diff)
downloadgsoc2013-evolution-b7055e92d2b05e9eb65edbcc889b9fd8d80e5130.tar
gsoc2013-evolution-b7055e92d2b05e9eb65edbcc889b9fd8d80e5130.tar.gz
gsoc2013-evolution-b7055e92d2b05e9eb65edbcc889b9fd8d80e5130.tar.bz2
gsoc2013-evolution-b7055e92d2b05e9eb65edbcc889b9fd8d80e5130.tar.lz
gsoc2013-evolution-b7055e92d2b05e9eb65edbcc889b9fd8d80e5130.tar.xz
gsoc2013-evolution-b7055e92d2b05e9eb65edbcc889b9fd8d80e5130.tar.zst
gsoc2013-evolution-b7055e92d2b05e9eb65edbcc889b9fd8d80e5130.zip
Move all plugin settings to their own schemas
Diffstat (limited to 'data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in')
-rw-r--r--data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in b/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
new file mode 100644
index 0000000000..993734349d
--- /dev/null
+++ b/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="evolution" id="org.gnome.evolution.eplugin.external-editor" path="/apps/evolution/eplugin/external-editor/">
+ <key name="external-editor-command" type="s">
+ <default>'gedit'</default>
+ <_summary>Default External Editor</_summary>
+ <_description>The default command that must be used as the editor.</_description>
+ </key>
+ <key name="external-editor-launch-on-key-press" type="b">
+ <default>false</default>
+ <_summary>Automatically launch when a new mail is edited</_summary>
+ <_description>Automatically launch editor when key is pressed in the mail composer.</_description>
+ </key>
+ </schema>
+</schemalist>