diff options
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index e0895c330c..b42a5446c2 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -47,7 +47,7 @@ <schema> <key>/schemas/apps/evolution/mail/composer/magic_smileys</key> - <applyto>/apps/evolution/mail/composer/send_smileys</applyto> + <applyto>/apps/evolution/mail/composer/magic_smileys</applyto> <owner>evolution-mail</owner> <type>bool</type> <default>false</default> @@ -60,6 +60,20 @@ </schema> <schema> + <key>/schemas/apps/evolution/mail/composer/reply_start_bottom</key> + <applyto>/apps/evolution/mail/composer/reply_start_bottom</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Put the cursor at the bottom of replies</short> + <long>Users get all up in arms over where the cursor should go when + replying to a message. This determines whether the cursor is placed + at the top of the message or the bottom.</long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/composer/request_receipt</key> <applyto>/apps/evolution/mail/composer/request_receipt</applyto> <owner>evolution-mail</owner> @@ -220,6 +234,20 @@ </schema> <schema> + <key>/schemas/apps/evolution/mail/composer/top_signature</key> + <applyto>/apps/evolution/mail/composer/top_signature</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Put personalized signatures at the top of replies</short> + <long>Users get all up in arms over where their signature should go + when replying to a message. This determines whether the signature is + placed at the top of the message or the bottom.</long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/composer/width</key> <applyto>/apps/evolution/mail/composer/width</applyto> <owner>evolution-mail</owner> @@ -246,6 +274,19 @@ <!-- Display Settings --> <schema> + <key>/schemas/apps/evolution/mail/display/animated_images</key> + <applyto>/apps/evolution/mail/display/animated_images</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Show image animations</short> + <long>Enable animated images in HTML mail. Many users find animated + images annoying and prefer to see a static image instead.</long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/display/side_bar_search</key> <applyto>/apps/evolution/mail/display/side_bar_search</applyto> <owner>evolution-mail</owner> |