diff options
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 48 |
1 files changed, 38 insertions, 10 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index b5a3e579db..2e6785fe6c 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -18,15 +18,15 @@ </schema> <schema> - <key>/schemas/apps/evolution/mail/composer/send_html</key> - <applyto>/apps/evolution/mail/composer/send_html</applyto> + <key>/schemas/apps/evolution/mail/composer/inline_spelling</key> + <applyto>/apps/evolution/mail/composer/inline_spelling</applyto> <owner>evolution-mail</owner> <type>bool</type> - <default>false</default> + <default>true</default> <locale name="C"> - <short>Send HTML mail by default</short> + <short>Spell check inline</short> <long> - Send HTML mail by default. + Draw spelling error indicators on words as you type. </long> </locale> </schema> @@ -74,20 +74,48 @@ </schema> <schema> - <key>/schemas/apps/evolution/mail/composer/inline_spelling</key> - <applyto>/apps/evolution/mail/composer/inline_spelling</applyto> + <key>/schemas/apps/evolution/mail/composer/send_html</key> + <applyto>/apps/evolution/mail/composer/send_html</applyto> <owner>evolution-mail</owner> <type>bool</type> - <default>true</default> + <default>false</default> <locale name="C"> - <short>Spell check inline</short> + <short>Send HTML mail by default</short> <long> - Draw spelling error indicators on words as you type. + Send HTML mail by default. </long> </locale> </schema> <schema> + <key>/schemas/apps/evolution/mail/composer/spell_color</key> + <applyto>/apps/evolution/mail/composer/spell_color</applyto> + <owner>evolution-mail</owner> + <type>string</type> + <default>#FFFF00000000</default> + <locale name="C"> + <short>Spell checking color</short> + <long> + Underline color for misspelled words when using inline spelling. + </long> + </locale> + </schema> + + <schema> + <key>/schema/apps/evolution/mail/composer/spell_languages</key> + <applyto>/apps/evolution/mail/composer/spell_languages</applyto> + <owner>evolution-mail</owner> + <type>list</type> + <list_type>string</list_type> + <locale name="C"> + <short>Spell checking languages</short> + <long> + List of dictionary language codes used for spell checking. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/composer/view/From</key> <applyto>/apps/evolution/mail/composer/view/From</applyto> <owner>evolution-mail</owner> |