diff options
Diffstat (limited to 'default_user')
-rw-r--r-- | default_user/.cvsignore | 2 | ||||
-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 |
5 files changed, 0 insertions, 54 deletions
diff --git a/default_user/.cvsignore b/default_user/.cvsignore deleted file mode 100644 index 282522db03..0000000000 --- a/default_user/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/default_user/Inbox.mbox b/default_user/Inbox.mbox deleted file mode 100644 index 57df16271b..0000000000 --- a/default_user/Inbox.mbox +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index c96ddd199e..0000000000 --- a/default_user/Main_Shortcuts.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?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 deleted file mode 100644 index d93df2cb0c..0000000000 --- a/default_user/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -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 deleted file mode 100644 index e19f75f975..0000000000 --- a/default_user/Other_Shortcuts.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0"> -<shortcutpane> - <shortcut><uri name="file:///../folders/Drafts/"/></shortcut> -</shortcutpane>
\ No newline at end of file |