diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-01 02:03:26 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-01 02:03:26 +0800 |
commit | faab01f3e359896d4786041c106678a120830504 (patch) | |
tree | c043ca163cae212bd3f8d0f16ea34f880ce5bb70 /mail | |
parent | 8b170a5d61c367d34ebe223c6ebe6f7be031e819 (diff) | |
download | gsoc2013-evolution-faab01f3e359896d4786041c106678a120830504.tar gsoc2013-evolution-faab01f3e359896d4786041c106678a120830504.tar.gz gsoc2013-evolution-faab01f3e359896d4786041c106678a120830504.tar.bz2 gsoc2013-evolution-faab01f3e359896d4786041c106678a120830504.tar.lz gsoc2013-evolution-faab01f3e359896d4786041c106678a120830504.tar.xz gsoc2013-evolution-faab01f3e359896d4786041c106678a120830504.tar.zst gsoc2013-evolution-faab01f3e359896d4786041c106678a120830504.zip |
Add some missing GConf schemas.
Diffstat (limited to 'mail')
-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 fbc23eb746..1ba01e59fe 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> |