aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
blob: 993734349d3f6d9d730fa6da5d495215cb855273 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>