diff options
Diffstat (limited to 'default_user')
-rw-r--r-- | default_user/Inbox.mbox | 29 | ||||
-rw-r--r-- | default_user/Main_Shortcuts.xml | 8 | ||||
-rw-r--r-- | default_user/Makefile.am | 11 | ||||
-rw-r--r-- | default_user/Other_Shortcuts.xml | 4 |
4 files changed, 52 insertions, 0 deletions
diff --git a/default_user/Inbox.mbox b/default_user/Inbox.mbox new file mode 100644 index 0000000000..57df16271b --- /dev/null +++ b/default_user/Inbox.mbox @@ -0,0 +1,29 @@ +From matt@loper.helixcode.com Sat Apr 22 00:00:15 2000 -0400 +Status: R +X-Status: +X-Keywords: +Return-Path: <matt> +Received: (from matt@localhost) + by loper.helixcode.com (8.9.3/8.9.3) id AAA05962 + for matt; Sat, 22 Apr 2000 00:00:15 -0400 +Date: Sat, 22 Apr 2000 00:00:15 -0400 +From: Matt Loper <matt@loper.helixcode.com> +Message-Id: <200004220400.AAA05962@loper.helixcode.com> +To: humans@the.world +Subject: Welcome to Evolution +X-Evolution: 00000001-0000 + +Welcome to Evolution 1.0: a developer's alpha preview. If you find a +bug, and you're running bug-buddy, you can submit bug-reports by going +to the file->bugbuddy menu (insert picture here). + +TODO: fill out introduction a little more; make this into a pretty +html page to show off our html support; we should use a big dancing +monkey with light contrast as a background. + +-Matt + + + + + diff --git a/default_user/Main_Shortcuts.xml b/default_user/Main_Shortcuts.xml new file mode 100644 index 0000000000..c96ddd199e --- /dev/null +++ b/default_user/Main_Shortcuts.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"> +<shortcutpane> + <shortcut><uri name="file:///../folders/Today/"/></shortcut> + <shortcut><uri name="file:///../folders/Inbox/"/></shortcut> + <shortcut><uri name="file:///../folders/Calendar/"/></shortcut> + <shortcut><uri name="file:///../folders/Contacts/"/></shortcut> + <shortcut><uri name="file:///../folders/Tasks/"/></shortcut> +</shortcutpane>
\ No newline at end of file diff --git a/default_user/Makefile.am b/default_user/Makefile.am new file mode 100644 index 0000000000..d93df2cb0c --- /dev/null +++ b/default_user/Makefile.am @@ -0,0 +1,11 @@ +shortcutdir = $(datadir)/evolution/default_user/shortcuts +shortcut_DATA = \ + Main_Shortcuts.xml \ + Other_Shortcuts.xml + +inboxdir = $(datadir)/evolution/default_user/folders/Inbox +inbox_DATA = \ + Inbox.mbox + + + diff --git a/default_user/Other_Shortcuts.xml b/default_user/Other_Shortcuts.xml new file mode 100644 index 0000000000..e19f75f975 --- /dev/null +++ b/default_user/Other_Shortcuts.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"> +<shortcutpane> + <shortcut><uri name="file:///../folders/Drafts/"/></shortcut> +</shortcutpane>
\ No newline at end of file |