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 --- shell/apps_evolution_shell.schemas.in.in | 253 +++++++++++++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 shell/apps_evolution_shell.schemas.in.in (limited to 'shell/apps_evolution_shell.schemas.in.in') 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 v1.2.3