diff options
author | Radek Doulik <rodo@ximian.com> | 2003-06-25 04:26:03 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2003-06-25 04:26:03 +0800 |
commit | 17c8fd95e525378804943fcf1c7fbb9a817a1794 (patch) | |
tree | 2da2b4ff9c3d08c38870695967d46d98c089c1e3 /mail/evolution-mail.schemas | |
parent | c4e7d8528e6eb51ce474cda61e05f98800f3ba89 (diff) | |
download | gsoc2013-evolution-17c8fd95e525378804943fcf1c7fbb9a817a1794.tar.gz gsoc2013-evolution-17c8fd95e525378804943fcf1c7fbb9a817a1794.tar.zst gsoc2013-evolution-17c8fd95e525378804943fcf1c7fbb9a817a1794.zip |
use spell preferences at new location
2003-06-24 Radek Doulik <rodo@ximian.com>
* mail-composer-prefs.c: use spell preferences at new location
* mail-config.c: copy old spell settings from /GNOME/Spell
* evolution-mail.schemas: added spell color default + migration
flag
svn path=/trunk/; revision=21526
Diffstat (limited to 'mail/evolution-mail.schemas')
-rw-r--r-- | mail/evolution-mail.schemas | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas b/mail/evolution-mail.schemas index 9dcec79ee9..aed41f631f 100644 --- a/mail/evolution-mail.schemas +++ b/mail/evolution-mail.schemas @@ -143,6 +143,34 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/composer/spell_copied_from_old_location</key> + <applyto>/apps/evolution/mail/composer/spell_copied_from_old_location</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>spell preferences are copied from an old location</short> + <long> + spell preferences are copied from an old location (/GNOME/Spell) + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/mail/composer/spell_error_color</key> + <applyto>/apps/evolution/mail/composer/spell_error_color</applyto> + <owner>evolution-mail</owner> + <type>string</type> + <default>#ff0000</default> + <locale name="C"> + <short>spell error color</short> + <long> + color for marking misspelled words. + </long> + </locale> + </schema> + <!-- Display Settings --> <schema> |