From 8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 2 Dec 2003 15:55:48 +0000 Subject: Version the schemas Removed Added 2003-12-02 Rodney Dawes * gui/component/Makefile.am: Version the schemas * gui/component/apps_evolution_addressbook.schemas: Removed * gui/component/apps_evolution_addressbook.schemas.in.in: Added 2003-12-02 Rodney Dawes * gui/Makefile.am: Version the schemas * gui/apps_evolution_calendar.schemas: Removed * gui/apps_evolution_calendar.schemas.in.in: Added 2003-12-02 Rodney Dawes * Makefile.am: Version the schemas * evolution-mail.schemas: Removed * evolution-mail.schemas.in.in: Added 2003-12-02 Rodney Dawes * Makefile.am: Version the schemas * apps_evolution_shell.schemas: Removed * apps_evolution_shell.schemas.in.in: Added svn path=/trunk/; revision=23579 --- addressbook/ChangeLog | 6 + addressbook/gui/component/Makefile.am | 7 +- .../component/apps_evolution_addressbook.schemas | 42 -- .../apps_evolution_addressbook.schemas.in.in | 42 ++ calendar/ChangeLog | 6 + calendar/gui/Makefile.am | 7 +- calendar/gui/apps_evolution_calendar.schemas | 359 ------------ calendar/gui/apps_evolution_calendar.schemas.in.in | 359 ++++++++++++ mail/ChangeLog | 6 + mail/Makefile.am | 7 +- mail/evolution-mail.schemas | 652 --------------------- mail/evolution-mail.schemas.in.in | 638 ++++++++++++++++++++ shell/ChangeLog | 6 + shell/Makefile.am | 7 +- shell/apps_evolution_shell.schemas | 253 -------- shell/apps_evolution_shell.schemas.in.in | 253 ++++++++ 16 files changed, 1340 insertions(+), 1310 deletions(-) delete mode 100644 addressbook/gui/component/apps_evolution_addressbook.schemas create mode 100644 addressbook/gui/component/apps_evolution_addressbook.schemas.in.in delete mode 100644 calendar/gui/apps_evolution_calendar.schemas create mode 100644 calendar/gui/apps_evolution_calendar.schemas.in.in delete mode 100644 mail/evolution-mail.schemas create mode 100644 mail/evolution-mail.schemas.in.in delete mode 100644 shell/apps_evolution_shell.schemas create mode 100644 shell/apps_evolution_shell.schemas.in.in diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bec2937d7b..2e53c2db3c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2003-12-02 Rodney Dawes + + * gui/component/Makefile.am: Version the schemas + * gui/component/apps_evolution_addressbook.schemas: Removed + * gui/component/apps_evolution_addressbook.schemas.in.in: Added + 2003-12-02 Ettore Perazzoli * gui/component/addressbook.c (set_status_message): Call diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 9583e53c8c..916ee1bfa7 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -64,7 +64,12 @@ libevolution_addressbook_la_LDFLAGS = -module -avoid-version # GConf schemas schemadir = $(GCONF_SCHEMA_FILE_DIR) -schema_DATA = apps_evolution_addressbook.schemas +schema_in_files = apps_evolution_addressbook.schemas.in.in +schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas) +%-$(BASE_VERSION).schemas.in: %.schemas.in.in + cp $< $@ + +@INTLTOOL_SCHEMAS_RULE@ install-data-local: if test -z "$(DESTDIR)" ; then \ diff --git a/addressbook/gui/component/apps_evolution_addressbook.schemas b/addressbook/gui/component/apps_evolution_addressbook.schemas deleted file mode 100644 index 82af9d0843..0000000000 --- a/addressbook/gui/component/apps_evolution_addressbook.schemas +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - /schemas/apps/evolution/addressbook/completion/uris - /apps/evolution/addressbook/completion/uris - evolution-addressbook - string - - - EFolderList xml for the list of completion uris - - - - - /schemas/apps/evolution/addressbook/completion/minimum_query_length - /apps/evolution/addressbook/completion/minimum_query_length - evolution-addressbook - int - 3 - - The number of characters that must be typed before evolution will attempt to autocomplete - - - - - - - /schemas/apps/evolution/addressbook/select_names/last_used_uri - /apps/evolution/addressbook/select_names/last_used_uri - evolution-addressbook - string - - - URI for the folder last used in the select names dialog - - - - - \ No newline at end of file diff --git a/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in new file mode 100644 index 0000000000..82af9d0843 --- /dev/null +++ b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in @@ -0,0 +1,42 @@ + + + + + + + /schemas/apps/evolution/addressbook/completion/uris + /apps/evolution/addressbook/completion/uris + evolution-addressbook + string + + + EFolderList xml for the list of completion uris + + + + + /schemas/apps/evolution/addressbook/completion/minimum_query_length + /apps/evolution/addressbook/completion/minimum_query_length + evolution-addressbook + int + 3 + + The number of characters that must be typed before evolution will attempt to autocomplete + + + + + + + /schemas/apps/evolution/addressbook/select_names/last_used_uri + /apps/evolution/addressbook/select_names/last_used_uri + evolution-addressbook + string + + + URI for the folder last used in the select names dialog + + + + + \ No newline at end of file diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ff1e256220..795d8e3301 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2003-12-02 Rodney Dawes + + * gui/Makefile.am: Version the schemas + * gui/apps_evolution_calendar.schemas: Removed + * gui/apps_evolution_calendar.schemas.in.in: Added + 2003-12-02 Rodrigo Moya * gui/dialogs/copy-source-dialog.c (copy_source_dialog): added diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index d900165b9c..bdb5f454fa 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -232,7 +232,12 @@ server_DATA = $(server_in_files:.server.in.in=_$(BASE_VERSION).server) # GConf schemas schemadir = $(GCONF_SCHEMA_FILE_DIR) -schema_DATA = apps_evolution_calendar.schemas +schema_in_files = apps_evolution_calendar.schemas.in.in +schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas) +%-$(BASE_VERSION).schemas.in: %.schemas.in.in + cp $< $@ + +@INTLTOOL_SCHEMAS_RULE@ EXTRA_DIST = \ e-calendar-marshal.list \ diff --git a/calendar/gui/apps_evolution_calendar.schemas b/calendar/gui/apps_evolution_calendar.schemas deleted file mode 100644 index 27e9aa44e2..0000000000 --- a/calendar/gui/apps_evolution_calendar.schemas +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - /schemas/apps/evolution/calendar/display/timezone - /apps/evolution/calendar/display/timezone - evolution-calendar - string - UTC - - Default timezone for meetings - - - - - /schemas/apps/evolution/calendar/display/use_24hour_format - /apps/evolution/calendar/display/use_24hour_format - evolution-calendar - bool - false - - Whether to show times in 24h format instead of using am/pm - - - - - /schemas/apps/evolution/calendar/display/week_start_day - /apps/evolution/calendar/display/week_start_day - evolution-calendar - int - 1 - - Weekday the week starts on - - - - - /schemas/apps/evolution/calendar/display/day_start_hour - /apps/evolution/calendar/display/day_start_hour - evolution-calendar - int - 9 - - Hour the workday starts on - - - - - /schemas/apps/evolution/calendar/display/day_start_minute - /apps/evolution/calendar/display/day_start_minute - evolution-calendar - int - 0 - - Minute the workday starts on - - - - - /schemas/apps/evolution/calendar/display/day_end_hour - /apps/evolution/calendar/display/day_end_hour - evolution-calendar - int - 17 - - Hour the workday ends on - - - - - /schemas/apps/evolution/calendar/display/day_end_minute - /apps/evolution/calendar/display/day_end_minute - evolution-calendar - int - 0 - - Minute the workday ends on - - - - - /schemas/apps/evolution/calendar/display/time_divisions - /apps/evolution/calendar/display/time_divisions - evolution-calendar - int - 30 - - Intervals shown in Day and Work Week views - - - - - /schemas/apps/evolution/calendar/display/default_view - /apps/evolution/calendar/display/default_view - evolution-calendar - int - 0 - - The view showing when the calendar starts - - - - - /schemas/apps/evolution/calendar/display/hpane_position - /apps/evolution/calendar/display/hpane_position - evolution-calendar - int - 400 - - Position of the horizontal pane - - - - - /schemas/apps/evolution/calendar/display/vpane_position - /apps/evolution/calendar/display/vpane_position - evolution-calendar - int - 150 - - Position of the vertical pane - - - - - /schemas/apps/evolution/calendar/display/month_hpane_position - /apps/evolution/calendar/display/month_hpane_position - evolution-calendar - int - 32000 - - Position of the horizontal pane in the month view - - - - - /schemas/apps/evolution/calendar/display/month_vpane_position - /apps/evolution/calendar/display/month_vpane_position - evolution-calendar - int - 150 - - Position of the vertical pane in the month view - - - - - /schemas/apps/evolution/calendar/display/task_vpane_position - /apps/evolution/calendar/display/task_vpane_position - evolution-calendar - int - 400 - - Position of the vertical pane in the task view - - - - - /schemas/apps/evolution/calendar/display/compress_weekend - /apps/evolution/calendar/display/compress_weekend - evolution-calendar - bool - true - - Allocate less space to weekend appointments - - - - - /schemas/apps/evolution/calendar/display/show_event_end - /apps/evolution/calendar/display/show_event_end - evolution-calendar - bool - true - - Show where events end in week and month views - - - - - /schemas/apps/evolution/calendar/display/working_days - /apps/evolution/calendar/display/working_days - evolution-calendar - int - 62 - - Days that are work days - - - - - - - /schemas/apps/evolution/calendar/tasks/hide_completed - /apps/evolution/calendar/tasks/hide_completed - evolution-calendar - bool - false - - Whether to hide completed tasks - - - - - /schemas/apps/evolution/calendar/tasks/hide_completed_units - /apps/evolution/calendar/tasks/hide_completed_units - evolution-calendar - string - days - - Units for determining when to hide tasks - - - - - /schemas/apps/evolution/calendar/tasks/hide_completed_value - /apps/evolution/calendar/tasks/hide_completed_value - evolution-calendar - int - 1 - - Number of units for determining when to hide tasks - - - - - - - /schemas/apps/evolution/calendar/tasks/colors/due_today - /apps/evolution/calendar/tasks/colors/due_today - evolution-calendar - string - blue - - Color of tasks that are due today - - - - - /schemas/apps/evolution/calendar/tasks/colors/overdue - /apps/evolution/calendar/tasks/colors/overdue - evolution-calendar - string - red - - Color of tasks that are overdue - - - - - - - /schemas/apps/evolution/calendar/prompts/confirm_delete - /apps/evolution/calendar/prompts/confirm_delete - evolution-calendar - bool - true - - Whether to ask for confirmation on appointment deletion - - - - - /schemas/apps/evolution/calendar/prompts/confirm_expunge - /apps/evolution/calendar/prompts/confirm_expunge - evolution-calendar - bool - true - - Whether to ask for confirmation when folder is expunged - - - - - /schemas/apps/evolution/calendar/other/use_default_reminder - /apps/evolution/calendar/other/use_default_reminder - evolution-calendar - bool - false - - Whether to set a default reminder for events - - - - - /schemas/apps/evolution/calendar/other/default_reminder_interval - /apps/evolution/calendar/other/default_reminder_interval - evolution-calendar - int - 15 - - Number of units for default reminder - - - - - /schemas/apps/evolution/calendar/other/default_reminder_units - /apps/evolution/calendar/other/default_reminder_units - evolution-calendar - string - - - Units of default reminder - - - - - - - /schemas/apps/evolution/calendar/date_navigator/show_week_numbers - /apps/evolution/calendar/date_navigator/show_week_numbers - evolution-calendar - bool - false - - Whether to show week numbers in date navigator - - - - - - - /schemas/apps/evolution/calendar/notify/last_notification_time - /apps/evolution/calendar/notify/last_notification_time - evolution-calendar - int - -1 - - Time last alarm ran - - - - - /schemas/apps/evolution/calendar/notify/calendars - /apps/evolution/calendar/notify/calendars - evolution-calendar - list - string - [] - - Calendars to run alarms for - - - - - /schemas/apps/evolution/calendar/notify/programs - /apps/evolution/calendar/notify/programs - evolution-calendar - list - string - [] - - Programs that can run as part of alarms - - - - diff --git a/calendar/gui/apps_evolution_calendar.schemas.in.in b/calendar/gui/apps_evolution_calendar.schemas.in.in new file mode 100644 index 0000000000..27e9aa44e2 --- /dev/null +++ b/calendar/gui/apps_evolution_calendar.schemas.in.in @@ -0,0 +1,359 @@ + + + + + + + /schemas/apps/evolution/calendar/display/timezone + /apps/evolution/calendar/display/timezone + evolution-calendar + string + UTC + + Default timezone for meetings + + + + + /schemas/apps/evolution/calendar/display/use_24hour_format + /apps/evolution/calendar/display/use_24hour_format + evolution-calendar + bool + false + + Whether to show times in 24h format instead of using am/pm + + + + + /schemas/apps/evolution/calendar/display/week_start_day + /apps/evolution/calendar/display/week_start_day + evolution-calendar + int + 1 + + Weekday the week starts on + + + + + /schemas/apps/evolution/calendar/display/day_start_hour + /apps/evolution/calendar/display/day_start_hour + evolution-calendar + int + 9 + + Hour the workday starts on + + + + + /schemas/apps/evolution/calendar/display/day_start_minute + /apps/evolution/calendar/display/day_start_minute + evolution-calendar + int + 0 + + Minute the workday starts on + + + + + /schemas/apps/evolution/calendar/display/day_end_hour + /apps/evolution/calendar/display/day_end_hour + evolution-calendar + int + 17 + + Hour the workday ends on + + + + + /schemas/apps/evolution/calendar/display/day_end_minute + /apps/evolution/calendar/display/day_end_minute + evolution-calendar + int + 0 + + Minute the workday ends on + + + + + /schemas/apps/evolution/calendar/display/time_divisions + /apps/evolution/calendar/display/time_divisions + evolution-calendar + int + 30 + + Intervals shown in Day and Work Week views + + + + + /schemas/apps/evolution/calendar/display/default_view + /apps/evolution/calendar/display/default_view + evolution-calendar + int + 0 + + The view showing when the calendar starts + + + + + /schemas/apps/evolution/calendar/display/hpane_position + /apps/evolution/calendar/display/hpane_position + evolution-calendar + int + 400 + + Position of the horizontal pane + + + + + /schemas/apps/evolution/calendar/display/vpane_position + /apps/evolution/calendar/display/vpane_position + evolution-calendar + int + 150 + + Position of the vertical pane + + + + + /schemas/apps/evolution/calendar/display/month_hpane_position + /apps/evolution/calendar/display/month_hpane_position + evolution-calendar + int + 32000 + + Position of the horizontal pane in the month view + + + + + /schemas/apps/evolution/calendar/display/month_vpane_position + /apps/evolution/calendar/display/month_vpane_position + evolution-calendar + int + 150 + + Position of the vertical pane in the month view + + + + + /schemas/apps/evolution/calendar/display/task_vpane_position + /apps/evolution/calendar/display/task_vpane_position + evolution-calendar + int + 400 + + Position of the vertical pane in the task view + + + + + /schemas/apps/evolution/calendar/display/compress_weekend + /apps/evolution/calendar/display/compress_weekend + evolution-calendar + bool + true + + Allocate less space to weekend appointments + + + + + /schemas/apps/evolution/calendar/display/show_event_end + /apps/evolution/calendar/display/show_event_end + evolution-calendar + bool + true + + Show where events end in week and month views + + + + + /schemas/apps/evolution/calendar/display/working_days + /apps/evolution/calendar/display/working_days + evolution-calendar + int + 62 + + Days that are work days + + + + + + + /schemas/apps/evolution/calendar/tasks/hide_completed + /apps/evolution/calendar/tasks/hide_completed + evolution-calendar + bool + false + + Whether to hide completed tasks + + + + + /schemas/apps/evolution/calendar/tasks/hide_completed_units + /apps/evolution/calendar/tasks/hide_completed_units + evolution-calendar + string + days + + Units for determining when to hide tasks + + + + + /schemas/apps/evolution/calendar/tasks/hide_completed_value + /apps/evolution/calendar/tasks/hide_completed_value + evolution-calendar + int + 1 + + Number of units for determining when to hide tasks + + + + + + + /schemas/apps/evolution/calendar/tasks/colors/due_today + /apps/evolution/calendar/tasks/colors/due_today + evolution-calendar + string + blue + + Color of tasks that are due today + + + + + /schemas/apps/evolution/calendar/tasks/colors/overdue + /apps/evolution/calendar/tasks/colors/overdue + evolution-calendar + string + red + + Color of tasks that are overdue + + + + + + + /schemas/apps/evolution/calendar/prompts/confirm_delete + /apps/evolution/calendar/prompts/confirm_delete + evolution-calendar + bool + true + + Whether to ask for confirmation on appointment deletion + + + + + /schemas/apps/evolution/calendar/prompts/confirm_expunge + /apps/evolution/calendar/prompts/confirm_expunge + evolution-calendar + bool + true + + Whether to ask for confirmation when folder is expunged + + + + + /schemas/apps/evolution/calendar/other/use_default_reminder + /apps/evolution/calendar/other/use_default_reminder + evolution-calendar + bool + false + + Whether to set a default reminder for events + + + + + /schemas/apps/evolution/calendar/other/default_reminder_interval + /apps/evolution/calendar/other/default_reminder_interval + evolution-calendar + int + 15 + + Number of units for default reminder + + + + + /schemas/apps/evolution/calendar/other/default_reminder_units + /apps/evolution/calendar/other/default_reminder_units + evolution-calendar + string + + + Units of default reminder + + + + + + + /schemas/apps/evolution/calendar/date_navigator/show_week_numbers + /apps/evolution/calendar/date_navigator/show_week_numbers + evolution-calendar + bool + false + + Whether to show week numbers in date navigator + + + + + + + /schemas/apps/evolution/calendar/notify/last_notification_time + /apps/evolution/calendar/notify/last_notification_time + evolution-calendar + int + -1 + + Time last alarm ran + + + + + /schemas/apps/evolution/calendar/notify/calendars + /apps/evolution/calendar/notify/calendars + evolution-calendar + list + string + [] + + Calendars to run alarms for + + + + + /schemas/apps/evolution/calendar/notify/programs + /apps/evolution/calendar/notify/programs + evolution-calendar + list + string + [] + + Programs that can run as part of alarms + + + + diff --git a/mail/ChangeLog b/mail/ChangeLog index bf071d5f4d..bec65cd287 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2003-12-02 Rodney Dawes + + * Makefile.am: Version the schemas + * evolution-mail.schemas: Removed + * evolution-mail.schemas.in.in: Added + 2003-12-02 Not Zed * mail-config-druid.c (mail_config_druid_new): moved the diff --git a/mail/Makefile.am b/mail/Makefile.am index 748349dbbe..9907ce2c68 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -233,7 +233,12 @@ endif # GConf schemadir = $(GCONF_SCHEMA_FILE_DIR) -schema_DATA = evolution-mail.schemas +schema_in_files = evolution-mail.schemas.in.in +schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas) +%-$(BASE_VERSION).schemas.in: %.schemas.in.in + cp $< $@ + +@INTLTOOL_SCHEMAS_RULE@ install-data-local: if test -z "$(DESTDIR)" ; then \ diff --git a/mail/evolution-mail.schemas b/mail/evolution-mail.schemas deleted file mode 100644 index 1a004050c1..0000000000 --- a/mail/evolution-mail.schemas +++ /dev/null @@ -1,652 +0,0 @@ - - - - - - - /schemas/apps/evolution/mail/composer/charset - /apps/evolution/mail/composer/charset - evolution-mail - string - - - Default charset in which to compose messages - - Default charset in which to compose messages. - - - - - - /schemas/apps/evolution/mail/composer/send_html - /apps/evolution/mail/composer/send_html - evolution-mail - bool - false - - Send HTML mail by default - - Send HTML mail by default. - - - - - - /schemas/apps/evolution/mail/composer/magic_links - /apps/evolution/mail/composer/magic_links - evolution-mail - bool - true - - Automatic link recognition - - Recognize links in text and replace them. - - - - - - /schemas/apps/evolution/mail/composer/magic_smileys - /apps/evolution/mail/composer/send_smileys - evolution-mail - bool - false - - Automatic smiley recognition - - Recognize smileys in text and replace them with images. - - - - - - /schemas/apps/evolution/mail/composer/inline_spelling - /apps/evolution/mail/composer/inline_spelling - evolution-mail - bool - true - - Spell check inline - - Draw spelling error indicators on words as you type. - - - - - - /schemas/apps/evolution/mail/composer/view/From - /apps/evolution/mail/composer/view/From - evolution-mail - bool - true - - View/From menu item is checked - - View/From menu item is checked. - - - - - - /schemas/apps/evolution/mail/composer/view/PostTo - /apps/evolution/mail/composer/view/PostTo - evolution-mail - bool - true - - View/PostTo menu item is checked - - View/PostTo menu item is checked. - - - - - - /schemas/apps/evolution/mail/composer/view/ReplyTo - /apps/evolution/mail/composer/view/ReplyTo - evolution-mail - bool - false - - View/ReplyTo menu item is checked - - View/ReplyTo menu item is checked. - - - - - - /schemas/apps/evolution/mail/composer/view/Cc - /apps/evolution/mail/composer/view/Cc - evolution-mail - bool - false - - View/Cc menu item is checked - - View/Cc menu item is checked. - - - - - - /schemas/apps/evolution/mail/composer/view/Bcc - /apps/evolution/mail/composer/view/Bcc - evolution-mail - bool - false - - View/Bcc menu item is checked - - View/Bcc menu item is checked. - - - - - - - - /schemas/apps/evolution/mail/display/mark_citations - /apps/evolution/mail/display/mark_citations - evolution-mail - bool - true - - Mark citations in the message "Preview" - - Mark citations in the message "Preview". - - - - - - /schemas/apps/evolution/mail/display/citation_colour - /apps/evolution/mail/display/citation_colour - evolution-mail - string - #737373 - - Citation highlight colour - - Citation highlight colour. - - - - - - /schemas/apps/evolution/mail/display/caret_mode - /apps/evolution/mail/display/caret_mode - evolution-mail - bool - false - - Enable/disable caret mode - - Enable caret mode, so that you can see a cursor when reading mail. - - - - - - /schemas/apps/evolution/mail/display/charset - /apps/evolution/mail/display/charset - evolution-mail - string - - - Default charset in which to display messages - - Default charset in which to display messages. - - - - - - /schemas/apps/evolution/mail/display/load_http_images - /apps/evolution/mail/display/load_http_images - evolution-mail - int - 0 - - Load images for HTML messages over http - - Load images for HTML messages over http(s). Possible values are: - 0 - Never load images off the net - 1 - Load images if sender is in the addressbook - 2 - Always load images off the net - - - - - - /schemas/apps/evolution/mail/display/animate_images - /apps/evolution/mail/display/animate_images - evolution-mail - bool - true - - Show Animations - - Show animated images as animations. - - - - - - /schemas/apps/evolution/mail/display/mime_types - /apps/evolution/mail/display/mime_types - evolution-mail - list - string - [] - - List of mime types to check for bonobo component viewers - - If there isn't a builtin viewer for a particular mime-type inside Evolution, - any mime-types appearing in this list which map to a bonobo-component viewer - in GNOME's mime-type database may be used for displaying content. - - - - - - /schemas/apps/evolution/mail/display/xmailer_mask - /apps/evolution/mail/display/xmailer_mask - evolution-mail - int - 0 - - S3kr3t 0pt10n - - S3kr3t 0pt10n. - - - - - - /schemas/apps/evolution/mail/display/mark_seen - /apps/evolution/mail/display/mark_seen - evolution-mail - bool - true - - Mark as Seen after specified timeout - - Mark as Seen after specified timeout. - - - - - - /schemas/apps/evolution/mail/display/mark_seen_timeout - /apps/evolution/mail/display/mark_seen_timeout - evolution-mail - int - 1500 - - Timeout for marking message as Seen - - Timeout for marking message as Seen. - - - - - - /schemas/apps/evolution/mail/display/show_deleted - /apps/evolution/mail/display/show_deleted - evolution-mail - bool - false - - Show deleted messages in the message-list - - Show deleted messages (with a strike-through) in the message-list. - - - - - - /schemas/apps/evolution/mail/display/show_preview - /apps/evolution/mail/display/show_preview - evolution-mail - bool - true - - Show the "Preview" pane - - Show the "Preview" pane. - - - - - - /schemas/apps/evolution/mail/display/paned_size - /apps/evolution/mail/display/paned_size - evolution-mail - int - 144 - - Height of the message-list pane - - Height of the message-list pane. - - - - - - /schemas/apps/evolution/mail/display/fonts/variable - /apps/evolution/mail/display/fonts/variable - evolution-mail - string - Sans 12 - - Variable width font - - The variable width font for mail display - - - - - - /schemas/apps/evolution/mail/display/fonts/monospace - /apps/evolution/mail/display/fonts/monospace - evolution-mail - string - Monospace 12 - - Terminal font - - The terminal font for mail display - - - - - - /schemas/apps/evolution/mail/display/fonts/use_custom - /apps/evolution/mail/display/fonts/use_custom - evolution-mail - bool - false - - Use custom fonts - - Use custom fonts for displaying mail - - - - - - /schemas/apps/evolution/mail/display/thread_list - /apps/evolution/mail/display/thread_list - evolution-mail - bool - false - - Thread the message-list - - Thread the message list. - - - - - - /schemas/apps/evolution/mail/display/thread_subject - /apps/evolution/mail/display/thread_subject - evolution-mail - bool - false - - Thread the message-list based on Subject - - Whether or not to fall back on threading by subjects when the - messages do not contain In-Reply-To or References headers. - - - - - - - - /schemas/apps/evolution/mail/filters/log - /apps/evolution/mail/filters/log - evolution-mail - bool - false - - Log filter actions - - Log filter actions to the specified log file. - - - - - - /schemas/apps/evolution/mail/filters/logfile - /apps/evolution/mail/filters/logfile - evolution-mail - string - - - Logfile to log filter actions - - Logfile to log filter actions. - - - - - - - - /schemas/apps/evolution/mail/format/forward_style - /apps/evolution/mail/format/forward_style - evolution-mail - int - 0 - - Default forward style - - - - - - - - /schemas/apps/evolution/mail/format/reply_style - /apps/evolution/mail/format/reply_style - evolution-mail - int - 0 - - Default reply style - - - - - - - - /schemas/apps/evolution/mail/format/message_display_style - /apps/evolution/mail/format/message_display_style - evolution-mail - int - 0 - - Message-display style (normal, full headers, source) - - - - - - - - - - /schemas/apps/evolution/mail/notify/type - /apps/evolution/mail/notify/type - evolution-mail - int - 0 - - New Mail Notify type - - Specifies the type of New Mail Notification the user wishes to use. - - - - - - /schemas/apps/evolution/mail/notify/sound - /apps/evolution/mail/notify/sound - evolution-mail - string - - - New Mail Notify sound file - - Sound file to play when new mail arrives. - - - - - - - - /schemas/apps/evolution/mail/prompts/empty_subject - /apps/evolution/mail/prompts/empty_subject - evolution-mail - bool - true - - Prompt on empty subject - - Prompt the user when he or she tries to send a message - without a Subject. - - - - - - /schemas/apps/evolution/mail/prompts/expunge - /apps/evolution/mail/prompts/expunge - evolution-mail - bool - true - - Prompt when user expunges - - Prompt the user when he or she tries to expunge a folder. - - - - - - /schemas/apps/evolution/mail/prompts/empty_trash - /apps/evolution/mail/prompts/empty_trash - evolution-mail - bool - true - - Prompt when user empties the trash - - Do we prompt the user when he or she tries to empty the trash. - - - - - - /schemas/apps/evolution/mail/prompts/only_bcc - /apps/evolution/mail/prompts/only_bcc - evolution-mail - bool - true - - Prompt when user only fills Bcc - - Prompt when user tries to send a message with no To or Cc recipients. - - - - - - /schemas/apps/evolution/mail/prompts/unwanted_html - /apps/evolution/mail/prompts/unwanted_html - evolution-mail - bool - true - - Prompt when user tries to send unwanted HTML - - Prompt when user tries to send HTML mail to recipients that - may not want to receive HTML mail. - - - - - - - - /schemas/apps/evolution/mail/trash/empty_on_exit - /apps/evolution/mail/trash/empty_on_exit - evolution-mail - bool - false - - Empty Trash folders on exit - - Empty all Trash folders when exiting Evolution. - - - - - - - - /schemas/apps/evolution/mail/labels - /apps/evolution/mail/labels - evolution-mail - list - string - [Important:#ff0000,Work:#ff8c00,Personal:#008b00,To Do:#0000ff,Later:#8b008b] - - List of Labels and their associated colours - - List of labels known to the mail component of - Evolution. The list contains strings containing name:colour - where colour uses the HTML hex encoding. - - - - - - - - /schemas/apps/evolution/mail/default_account - /apps/evolution/mail/default_account - evolution-mail - string - - UID string of the default account. - - UID string of the default account. - - - - - - /schemas/apps/evolution/mail/accounts - /apps/evolution/mail/accounts - evolution-mail - list - string - - List of accounts - - List of accounts known to the mail component of - Evolution. The list contains strings naming - subdirectories relative to /apps/evolution/mail/accounts. - - - - - - diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in new file mode 100644 index 0000000000..013af3f96a --- /dev/null +++ b/mail/evolution-mail.schemas.in.in @@ -0,0 +1,638 @@ + + + + + + + /schemas/apps/evolution/mail/composer/charset + /apps/evolution/mail/composer/charset + evolution-mail + string + + + Default charset in which to compose messages + + Default charset in which to compose messages. + + + + + + /schemas/apps/evolution/mail/composer/send_html + /apps/evolution/mail/composer/send_html + evolution-mail + bool + false + + Send HTML mail by default + + Send HTML mail by default. + + + + + + /schemas/apps/evolution/mail/composer/magic_links + /apps/evolution/mail/composer/magic_links + evolution-mail + bool + true + + Automatic link recognition + + Recognize links in text and replace them. + + + + + + /schemas/apps/evolution/mail/composer/magic_smileys + /apps/evolution/mail/composer/send_smileys + evolution-mail + bool + false + + Automatic smiley recognition + + Recognize smileys in text and replace them with images. + + + + + + /schemas/apps/evolution/mail/composer/inline_spelling + /apps/evolution/mail/composer/inline_spelling + evolution-mail + bool + true + + Spell check inline + + Draw spelling error indicators on words as you type. + + + + + + /schemas/apps/evolution/mail/composer/view/From + /apps/evolution/mail/composer/view/From + evolution-mail + bool + true + + View/From menu item is checked + + View/From menu item is checked. + + + + + + /schemas/apps/evolution/mail/composer/view/PostTo + /apps/evolution/mail/composer/view/PostTo + evolution-mail + bool + true + + View/PostTo menu item is checked + + View/PostTo menu item is checked. + + + + + + /schemas/apps/evolution/mail/composer/view/ReplyTo + /apps/evolution/mail/composer/view/ReplyTo + evolution-mail + bool + false + + View/ReplyTo menu item is checked + + View/ReplyTo menu item is checked. + + + + + + /schemas/apps/evolution/mail/composer/view/Cc + /apps/evolution/mail/composer/view/Cc + evolution-mail + bool + false + + View/Cc menu item is checked + + View/Cc menu item is checked. + + + + + + /schemas/apps/evolution/mail/composer/view/Bcc + /apps/evolution/mail/composer/view/Bcc + evolution-mail + bool + false + + View/Bcc menu item is checked + + View/Bcc menu item is checked. + + + + + + + + /schemas/apps/evolution/mail/display/mark_citations + /apps/evolution/mail/display/mark_citations + evolution-mail + bool + true + + Mark citations in the message "Preview" + + Mark citations in the message "Preview". + + + + + + /schemas/apps/evolution/mail/display/citation_colour + /apps/evolution/mail/display/citation_colour + evolution-mail + string + #737373 + + Citation highlight colour + + Citation highlight colour. + + + + + + /schemas/apps/evolution/mail/display/caret_mode + /apps/evolution/mail/display/caret_mode + evolution-mail + bool + false + + Enable/disable caret mode + + Enable caret mode, so that you can see a cursor when reading mail. + + + + + + /schemas/apps/evolution/mail/display/charset + /apps/evolution/mail/display/charset + evolution-mail + string + + + Default charset in which to display messages + + Default charset in which to display messages. + + + + + + /schemas/apps/evolution/mail/display/load_http_images + /apps/evolution/mail/display/load_http_images + evolution-mail + int + 0 + + Load images for HTML messages over http + + Load images for HTML messages over http(s). Possible values are: + 0 - Never load images off the net + 1 - Load images if sender is in the addressbook + 2 - Always load images off the net + + + + + + /schemas/apps/evolution/mail/display/animate_images + /apps/evolution/mail/display/animate_images + evolution-mail + bool + true + + Show Animations + + Show animated images as animations. + + + + + + /schemas/apps/evolution/mail/display/mime_types + /apps/evolution/mail/display/mime_types + evolution-mail + list + string + [] + + List of mime types to check for bonobo component viewers + + If there isn't a builtin viewer for a particular mime-type inside Evolution, + any mime-types appearing in this list which map to a bonobo-component viewer + in GNOME's mime-type database may be used for displaying content. + + + + + + /schemas/apps/evolution/mail/display/xmailer_mask + /apps/evolution/mail/display/xmailer_mask + evolution-mail + int + 0 + + S3kr3t 0pt10n + + S3kr3t 0pt10n. + + + + + + /schemas/apps/evolution/mail/display/mark_seen + /apps/evolution/mail/display/mark_seen + evolution-mail + bool + true + + Mark as Seen after specified timeout + + Mark as Seen after specified timeout. + + + + + + /schemas/apps/evolution/mail/display/mark_seen_timeout + /apps/evolution/mail/display/mark_seen_timeout + evolution-mail + int + 1500 + + Timeout for marking message as Seen + + Timeout for marking message as Seen. + + + + + + /schemas/apps/evolution/mail/display/show_deleted + /apps/evolution/mail/display/show_deleted + evolution-mail + bool + false + + Show deleted messages in the message-list + + Show deleted messages (with a strike-through) in the message-list. + + + + + + /schemas/apps/evolution/mail/display/show_preview + /apps/evolution/mail/display/show_preview + evolution-mail + bool + true + + Show the "Preview" pane + + Show the "Preview" pane. + + + + + + /schemas/apps/evolution/mail/display/paned_size + /apps/evolution/mail/display/paned_size + evolution-mail + int + 144 + + Height of the message-list pane + + Height of the message-list pane. + + + + + + /schemas/apps/evolution/mail/display/fonts/variable + /apps/evolution/mail/display/fonts/variable + evolution-mail + string + Sans 12 + + Variable width font + + The variable width font for mail display + + + + + + /schemas/apps/evolution/mail/display/fonts/monospace + /apps/evolution/mail/display/fonts/monospace + evolution-mail + string + Monospace 12 + + Terminal font + + The terminal font for mail display + + + + + + /schemas/apps/evolution/mail/display/fonts/use_custom + /apps/evolution/mail/display/fonts/use_custom + evolution-mail + bool + false + + Use custom fonts + + Use custom fonts for displaying mail + + + + + + /schemas/apps/evolution/mail/display/thread_list + /apps/evolution/mail/display/thread_list + evolution-mail + bool + false + + Thread the message-list + + Thread the message list. + + + + + + /schemas/apps/evolution/mail/display/thread_subject + /apps/evolution/mail/display/thread_subject + evolution-mail + bool + false + + Thread the message-list based on Subject + + Whether or not to fall back on threading by subjects when the + messages do not contain In-Reply-To or References headers. + + + + + + + + /schemas/apps/evolution/mail/filters/log + /apps/evolution/mail/filters/log + evolution-mail + bool + false + + Log filter actions + + Log filter actions to the specified log file. + + + + + + /schemas/apps/evolution/mail/filters/logfile + /apps/evolution/mail/filters/logfile + evolution-mail + string + + + Logfile to log filter actions + + Logfile to log filter actions. + + + + + + + + /schemas/apps/evolution/mail/format/forward_style + /apps/evolution/mail/format/forward_style + evolution-mail + int + 0 + + Default forward style + + + + + + + + /schemas/apps/evolution/mail/format/reply_style + /apps/evolution/mail/format/reply_style + evolution-mail + int + 0 + + Default reply style + + + + + + + + /schemas/apps/evolution/mail/format/message_display_style + /apps/evolution/mail/format/message_display_style + evolution-mail + int + 0 + + Message-display style (normal, full headers, source) + + + + + + + + + + /schemas/apps/evolution/mail/notify/type + /apps/evolution/mail/notify/type + evolution-mail + int + 0 + + New Mail Notify type + + Specifies the type of New Mail Notification the user wishes to use. + + + + + + /schemas/apps/evolution/mail/notify/sound + /apps/evolution/mail/notify/sound + evolution-mail + string + + + New Mail Notify sound file + + Sound file to play when new mail arrives. + + + + + + + + /schemas/apps/evolution/mail/prompts/empty_subject + /apps/evolution/mail/prompts/empty_subject + evolution-mail + bool + true + + Prompt on empty subject + + Prompt the user when he or she tries to send a message + without a Subject. + + + + + + /schemas/apps/evolution/mail/prompts/expunge + /apps/evolution/mail/prompts/expunge + evolution-mail + bool + true + + Prompt when user expunges + + Prompt the user when he or she tries to expunge a folder. + + + + + + /schemas/apps/evolution/mail/prompts/only_bcc + /apps/evolution/mail/prompts/only_bcc + evolution-mail + bool + true + + Prompt when user only fills Bcc + + Prompt when user tries to send a message with no To or Cc recipients. + + + + + + /schemas/apps/evolution/mail/prompts/unwanted_html + /apps/evolution/mail/prompts/unwanted_html + evolution-mail + bool + true + + Prompt when user tries to send unwanted HTML + + Prompt when user tries to send HTML mail to recipients that + may not want to receive HTML mail. + + + + + + + + /schemas/apps/evolution/mail/trash/empty_on_exit + /apps/evolution/mail/trash/empty_on_exit + evolution-mail + bool + false + + Empty Trash folders on exit + + Empty all Trash folders when exiting Evolution. + + + + + + + + /schemas/apps/evolution/mail/labels + /apps/evolution/mail/labels + evolution-mail + list + string + [Important:#ff0000,Work:#ff8c00,Personal:#008b00,To Do:#0000ff,Later:#8b008b] + + List of Labels and their associated colours + + List of labels known to the mail component of + Evolution. The list contains strings containing name:colour + where colour uses the HTML hex encoding. + + + + + + + + /schemas/apps/evolution/mail/default_account + /apps/evolution/mail/default_account + evolution-mail + string + + UID string of the default account. + + UID string of the default account. + + + + + + /schemas/apps/evolution/mail/accounts + /apps/evolution/mail/accounts + evolution-mail + list + string + + List of accounts + + List of accounts known to the mail component of + Evolution. The list contains strings naming + subdirectories relative to /apps/evolution/mail/accounts. + + + + + + diff --git a/shell/ChangeLog b/shell/ChangeLog index 0b4da8cd75..f6f0869fb9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2003-12-02 Rodney Dawes + + * Makefile.am: Version the schemas + * apps_evolution_shell.schemas: Removed + * apps_evolution_shell.schemas.in.in: Added + 2003-12-01 Ettore Perazzoli * e-activity-handler.c (e_activity_handler_operation_finished): diff --git a/shell/Makefile.am b/shell/Makefile.am index 8ac0866d88..c7935b6d5d 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -234,7 +234,12 @@ icons = \ # GConf schemas schemadir = $(GCONF_SCHEMA_FILE_DIR) -schema_DATA = apps_evolution_shell.schemas +schema_in_files = apps_evolution_shell.schemas.in.in +schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas) +%-$(BASE_VERSION).schemas.in: %.schemas.in.in + cp $< $@ + +@INTLTOOL_SCHEMAS_RULE@ install-data-local: if test -z "$(DESTDIR)" ; then \ diff --git a/shell/apps_evolution_shell.schemas b/shell/apps_evolution_shell.schemas deleted file mode 100644 index e58974edd2..0000000000 --- a/shell/apps_evolution_shell.schemas +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - - /schemas/apps/evolution/version - /apps/evolution/version - evolution - string - - Evolution configuration version - - - - - - - /schemas/apps/evolution/shell/default_folders/mail_path - /apps/evolution/shell/default_folders/mail_path - evolution - string - evolution:/local/Inbox - - Path to the default mail folder - - - - - /schemas/apps/evolution/shell/default_folders/mail_uri - /apps/evolution/shell/default_folders/mail_uri - evolution - string - - - Physical URI to the default mail folder - - - - - - - /schemas/apps/evolution/shell/default_folders/contacts_path - /apps/evolution/shell/default_folders/contacts_path - evolution - string - evolution:/local/Contacts - - Path to the default contacts folder - - - - - /schemas/apps/evolution/shell/default_folders/contacts_uri - /apps/evolution/shell/default_folders/contacts_uri - evolution - string - - - Physical URI to the default contacts folder - - - - - - - /schemas/apps/evolution/shell/default_folders/calendar_path - /apps/evolution/shell/default_folders/calendar_path - evolution - string - evolution:/local/Calendar - - Path to the default calendar folder - - - - - /schemas/apps/evolution/shell/default_folders/calendar_uri - /apps/evolution/shell/default_folders/calendar_uri - evolution - string - - - Physical URI to the default calendar folder - - - - - - - /schemas/apps/evolution/shell/default_folders/tasks_path - /apps/evolution/shell/default_folders/tasks_path - evolution - string - evolution:/local/Tasks - - Path to the default tasks folder - - - - - /schemas/apps/evolution/shell/default_folders/tasks_uri - /apps/evolution/shell/default_folders/tasks_uri - evolution - string - - - Physical URI to the default tasks folder - - - - - - - /schemas/apps/evolution/shell/skip_warning_dialog - /apps/evolution/shell/skip_warning_dialog - evolution - bool - false - - Whether to skip the development warning dialog - - If set to true, the warning dialog in development versions - of Evolution is not displayed. - - - - - - - - /schemas/apps/evolution/shell/start_offline - /apps/evolution/shell/start_offline - evolution - bool - false - - Whether Evolution should start up in offline mode - - If set to true, Evolution will start up in offline mode - instead of online mode. - - - - - - /schemas/apps/evolution/shell/offline/folder_paths - /apps/evolution/shell/offline/folder_paths - evolution - list - string - [] - - List of paths for the folders to be synchronized to disk for offline usage - - - - - - - /schemas/apps/evolution/shell/view_defaults/width - /apps/evolution/shell/view_defaults/width - evolution - int - 640 - - Default window width - - - - - /schemas/apps/evolution/shell/view_defaults/height - /apps/evolution/shell/view_defaults/height - evolution - int - - 480 - Default window height - - - - - /schemas/apps/evolution/shell/view_defaults/selected_shortcut_group - /apps/evolution/shell/view_defaults/selected_shortcut_group - evolution - int - 0 - - Default shortcut group - - - - - /schemas/apps/evolution/shell/view_defaults/show_folder_bar - /apps/evolution/shell/view_defaults/show_folder_bar - evolution - bool - false - - Whether to show the folder bar - - - - - /schemas/apps/evolution/shell/view_defaults/show_shortcut_bar - /apps/evolution/shell/view_defaults/show_shortcut_bar - evolution - bool - true - - Whether to show the shortcut bar - - - - - /schemas/apps/evolution/shell/view_defaults/component_id - /apps/evolution/shell/view_defaults/component_id - evolution - string - - mail - ID or alias of the component to be shown by default at start-up. - - - - - - - /schemas/apps/evolution/shell/view_defaults/folder_bar/width - /apps/evolution/shell/view_defaults/folder_bar/width - evolution - int - 200 - - Default width of the folder bar pane - - - - - - - /schemas/apps/evolution/shell/view_defaults/shortcut_bar/width - /apps/evolution/shell/view_defaults/shortcut_bar/width - evolution - int - 100 - - Default width of the shortcut bar pane - - - - - diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in new file mode 100644 index 0000000000..e58974edd2 --- /dev/null +++ b/shell/apps_evolution_shell.schemas.in.in @@ -0,0 +1,253 @@ + + + + + + + /schemas/apps/evolution/version + /apps/evolution/version + evolution + string + + Evolution configuration version + + + + + + + /schemas/apps/evolution/shell/default_folders/mail_path + /apps/evolution/shell/default_folders/mail_path + evolution + string + evolution:/local/Inbox + + Path to the default mail folder + + + + + /schemas/apps/evolution/shell/default_folders/mail_uri + /apps/evolution/shell/default_folders/mail_uri + evolution + string + + + Physical URI to the default mail folder + + + + + + + /schemas/apps/evolution/shell/default_folders/contacts_path + /apps/evolution/shell/default_folders/contacts_path + evolution + string + evolution:/local/Contacts + + Path to the default contacts folder + + + + + /schemas/apps/evolution/shell/default_folders/contacts_uri + /apps/evolution/shell/default_folders/contacts_uri + evolution + string + + + Physical URI to the default contacts folder + + + + + + + /schemas/apps/evolution/shell/default_folders/calendar_path + /apps/evolution/shell/default_folders/calendar_path + evolution + string + evolution:/local/Calendar + + Path to the default calendar folder + + + + + /schemas/apps/evolution/shell/default_folders/calendar_uri + /apps/evolution/shell/default_folders/calendar_uri + evolution + string + + + Physical URI to the default calendar folder + + + + + + + /schemas/apps/evolution/shell/default_folders/tasks_path + /apps/evolution/shell/default_folders/tasks_path + evolution + string + evolution:/local/Tasks + + Path to the default tasks folder + + + + + /schemas/apps/evolution/shell/default_folders/tasks_uri + /apps/evolution/shell/default_folders/tasks_uri + evolution + string + + + Physical URI to the default tasks folder + + + + + + + /schemas/apps/evolution/shell/skip_warning_dialog + /apps/evolution/shell/skip_warning_dialog + evolution + bool + false + + Whether to skip the development warning dialog + + If set to true, the warning dialog in development versions + of Evolution is not displayed. + + + + + + + + /schemas/apps/evolution/shell/start_offline + /apps/evolution/shell/start_offline + evolution + bool + false + + Whether Evolution should start up in offline mode + + If set to true, Evolution will start up in offline mode + instead of online mode. + + + + + + /schemas/apps/evolution/shell/offline/folder_paths + /apps/evolution/shell/offline/folder_paths + evolution + list + string + [] + + List of paths for the folders to be synchronized to disk for offline usage + + + + + + + /schemas/apps/evolution/shell/view_defaults/width + /apps/evolution/shell/view_defaults/width + evolution + int + 640 + + Default window width + + + + + /schemas/apps/evolution/shell/view_defaults/height + /apps/evolution/shell/view_defaults/height + evolution + int + + 480 + Default window height + + + + + /schemas/apps/evolution/shell/view_defaults/selected_shortcut_group + /apps/evolution/shell/view_defaults/selected_shortcut_group + evolution + int + 0 + + Default shortcut group + + + + + /schemas/apps/evolution/shell/view_defaults/show_folder_bar + /apps/evolution/shell/view_defaults/show_folder_bar + evolution + bool + false + + Whether to show the folder bar + + + + + /schemas/apps/evolution/shell/view_defaults/show_shortcut_bar + /apps/evolution/shell/view_defaults/show_shortcut_bar + evolution + bool + true + + Whether to show the shortcut bar + + + + + /schemas/apps/evolution/shell/view_defaults/component_id + /apps/evolution/shell/view_defaults/component_id + evolution + string + + mail + ID or alias of the component to be shown by default at start-up. + + + + + + + /schemas/apps/evolution/shell/view_defaults/folder_bar/width + /apps/evolution/shell/view_defaults/folder_bar/width + evolution + int + 200 + + Default width of the folder bar pane + + + + + + + /schemas/apps/evolution/shell/view_defaults/shortcut_bar/width + /apps/evolution/shell/view_defaults/shortcut_bar/width + evolution + int + 100 + + Default width of the shortcut bar pane + + + + + -- cgit