diff options
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in | 48 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in | 43 |
2 files changed, 90 insertions, 1 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in b/calendar/gui/apps_evolution_calendar.schemas.in index 48c5100ad8..7a0ed9f25f 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in @@ -4,6 +4,17 @@ <!-- Display --> <schema> + <key>/schemas/apps/evolution/calendar/display/primary_calendar</key> + <applyto>/apps/evolution/calendar/display/primary_calendar</applyto> + <owner>evolution-calendar</owner> + <type>string</type> + <locale name="C"> + <short>Primary calendar</short> + <long>URI of the highlighted ("primary") calendar</long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/calendar/display/timezone</key> <applyto>/apps/evolution/calendar/display/timezone</applyto> <owner>evolution-calendar</owner> @@ -400,9 +411,46 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/calendar/display/use_system_timezone</key> + <applyto>/apps/evolution/calendar/display/use_system_timezone</applyto> + <owner>evolution-calendar</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Use system timezone</short> + <long>Use the system timezone instead of the timezone selected + in Evolution.</long> + </locale> + </schema> + + <!-- Memos --> + + <schema> + <key>/schemas/apps/evolution/calendar/memos/primary_memos</key> + <applyto>/apps/evolution/calendar/memos/primary_memos</applyto> + <owner>evolution-calendar</owner> + <type>string</type> + <locale name="C"> + <short>Primary memo list</short> + <long>URI of the highlighted ("primary") memo list</long> + </locale> + </schema> + <!-- Tasks --> <schema> + <key>/schemas/apps/evolution/calendar/tasks/primary_tasks</key> + <applyto>/apps/evolution/calendar/tasks/primary_tasks</applyto> + <owner>evolution-calendar</owner> + <type>string</type> + <locale name="C"> + <short>Primary task list</short> + <long>URI of the highlighted ("primary") task list</long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/calendar/tasks/hide_completed</key> <applyto>/apps/evolution/calendar/tasks/hide_completed</applyto> <owner>evolution-calendar</owner> 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> |