blob: 114cfd3990ca7ecb9d760371f9ae5cf145e173bb (
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="/org/gnome/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>
|