From a1720426f1682646f5c355f044d7fa20883d6fb5 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 9 Apr 2002 15:54:24 +0000 Subject: New. Check that things that need to be in the config db are. Right now it * e-setup.c (e_setup_check_db): New. Check that things that need to be in the config db are. Right now it sets up the default folders. * e-shell.c (e_shell_construct): Call e_setup_check_db after getting the config db. * e-shell-constants.h: Add E_SUMMARY_URI, E_LOCAL_INBOX_URI, etc. * e-shortcuts.c (e_shortcuts_add_default_group): Use E_LOCAL_INBOX_URI, etc. * e-shell-view.c: #define FALLBACK_URI to E_SUMMARY_URI svn path=/trunk/; revision=16405 --- shell/e-shell-constants.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell/e-shell-constants.h') diff --git a/shell/e-shell-constants.h b/shell/e-shell-constants.h index b7382bed67..0d5e5f37d4 100644 --- a/shell/e-shell-constants.h +++ b/shell/e-shell-constants.h @@ -38,4 +38,10 @@ #define E_LOCAL_STORAGE_NAME "local" #define E_SUMMARY_STORAGE_NAME "summary" +#define E_SUMMARY_URI "evolution:/summary" +#define E_LOCAL_INBOX_URI "evolution:/local/Inbox" +#define E_LOCAL_CONTACTS_URI "evolution:/local/Contacts" +#define E_LOCAL_CALENDAR_URI "evolution:/local/Calendar" +#define E_LOCAL_TASKS_URI "evolution:/local/Tasks" + #endif -- cgit v1.2.3