Migrate external editor schemas to GSettings

This commit is contained in:
Rodrigo Moya
2010-11-04 13:44:44 +01:00
parent 86e6583bc7
commit d4ffb60e9b
2 changed files with 12 additions and 0 deletions

View File

@ -46,3 +46,5 @@ notify-sound-enabled = /apps/evolution/eplugin/mail-notification/sound-enabled
notify-sound-beep = /apps/evolution/eplugin/mail-notification/sound-beep
notify-sound-file = /apps/evolution/eplugin/mail-notification/sound-file
notify-sound-use-theme = /apps/evolution/eplugin/mail-notification/sound-use-theme
external-editor-command = /apps/evolution/eplugin/external-editor/editor-command
external-editor-launch-on-key-press = /apps/evolution/eplugin/external-editor/launch-on-key-press

View File

@ -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>