diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-04 20:44:44 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:24 +0800 |
commit | d4ffb60e9bf71dfd4728c4d1d15720b5cb40e863 (patch) | |
tree | 9ce450a22f0e065d8db679816cf8246a00d62055 /data/org.gnome.evolution.mail.gschema.xml.in | |
parent | 86e6583bc7e105c7faf10a9de5a7aef6b63df0ca (diff) | |
download | gsoc2013-evolution-d4ffb60e9bf71dfd4728c4d1d15720b5cb40e863.tar.gz gsoc2013-evolution-d4ffb60e9bf71dfd4728c4d1d15720b5cb40e863.tar.zst gsoc2013-evolution-d4ffb60e9bf71dfd4728c4d1d15720b5cb40e863.zip |
Migrate external editor schemas to GSettings
Diffstat (limited to 'data/org.gnome.evolution.mail.gschema.xml.in')
-rw-r--r-- | data/org.gnome.evolution.mail.gschema.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index 29e8abff5d..a7bc4dc0fa 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -70,5 +70,15 @@ <_summary>Use sound theme</_summary> <_description>Play themed sound when new messages arrive, if not in beep mode.</_description> </key> + <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> |