diff options
Diffstat (limited to 'default_user/local/Inbox')
-rw-r--r-- | default_user/local/Inbox/.cvsignore | 2 | ||||
-rw-r--r-- | default_user/local/Inbox/Makefile.am | 2 | ||||
-rw-r--r-- | default_user/local/Inbox/folder-metadata.xml | 5 | ||||
-rw-r--r-- | default_user/local/Inbox/mbox | 29 |
4 files changed, 38 insertions, 0 deletions
diff --git a/default_user/local/Inbox/.cvsignore b/default_user/local/Inbox/.cvsignore new file mode 100644 index 0000000000..282522db03 --- /dev/null +++ b/default_user/local/Inbox/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/default_user/local/Inbox/Makefile.am b/default_user/local/Inbox/Makefile.am new file mode 100644 index 0000000000..80c773c387 --- /dev/null +++ b/default_user/local/Inbox/Makefile.am @@ -0,0 +1,2 @@ +defaultcalendardir = $(datadir)/evolution/default_user/local/Inbox +defaultcalendar_DATA = folder-metadata.xml
\ No newline at end of file diff --git a/default_user/local/Inbox/folder-metadata.xml b/default_user/local/Inbox/folder-metadata.xml new file mode 100644 index 0000000000..64cfbadfc3 --- /dev/null +++ b/default_user/local/Inbox/folder-metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<efolder> + <type>mail</type> + <description>Inbox folder</description> +</efolder> diff --git a/default_user/local/Inbox/mbox b/default_user/local/Inbox/mbox new file mode 100644 index 0000000000..57df16271b --- /dev/null +++ b/default_user/local/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 + + + + + |