diff options
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.in | 14 |
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..5ee175adf0 --- /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="/org/gnome/evolution/eplugin/external-editor/"> + <key name="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="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> |