diff options
author | Holger Macht <holger@homac.de> | 2009-04-28 23:10:26 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@novell.com> | 2009-04-28 23:10:26 +0800 |
commit | 156dfd09d8467bcc727e69f27795360866650eec (patch) | |
tree | 373f3c0b9e879f11282613f5673afbbe7e81566a /plugins/external-editor/apps-evolution-external-editor.schemas.in | |
parent | 8da802661961ff0356088abfcb9217cef8ef2446 (diff) | |
download | gsoc2013-evolution-156dfd09d8467bcc727e69f27795360866650eec.tar.gz gsoc2013-evolution-156dfd09d8467bcc727e69f27795360866650eec.tar.zst gsoc2013-evolution-156dfd09d8467bcc727e69f27795360866650eec.zip |
External Editor rewrite by Holger Macht. Fixes #567145
Diffstat (limited to 'plugins/external-editor/apps-evolution-external-editor.schemas.in')
-rw-r--r-- | plugins/external-editor/apps-evolution-external-editor.schemas.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/external-editor/apps-evolution-external-editor.schemas.in b/plugins/external-editor/apps-evolution-external-editor.schemas.in index 0f6d264b90..38becebdb7 100644 --- a/plugins/external-editor/apps-evolution-external-editor.schemas.in +++ b/plugins/external-editor/apps-evolution-external-editor.schemas.in @@ -10,6 +10,16 @@ <short>Default External Editor</short> <long>The default command that must be used as the editor.</long> </locale> + + <key>/schemas/apps/evolution/eplugin/external-editor/launch-on-key-press</key> + <applyto>/apps/evolution/eplugin/external-editor/launch-on-key-press</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Automatically launch when a new mail is edited</short> + <long>Automatically launch editor when key is pressed in the mail composer</long> + </locale> </schema> </schemalist> </gconfschemafile> |