aboutsummaryrefslogtreecommitdiffstats
path: root/mail/default
diff options
context:
space:
mode:
Diffstat (limited to 'mail/default')
-rw-r--r--mail/default/C/Inbox6
-rw-r--r--mail/default/C/Makefile.am7
-rw-r--r--mail/default/Makefile.am4
3 files changed, 17 insertions, 0 deletions
diff --git a/mail/default/C/Inbox b/mail/default/C/Inbox
new file mode 100644
index 0000000000..bf0da4a911
--- /dev/null
+++ b/mail/default/C/Inbox
@@ -0,0 +1,6 @@
+From -
+Subject: Welcome to Ximian Evolution
+
+Welcome to Ximian Evolution!
+
+This is a placeholder message.
diff --git a/mail/default/C/Makefile.am b/mail/default/C/Makefile.am
new file mode 100644
index 0000000000..fab3401384
--- /dev/null
+++ b/mail/default/C/Makefile.am
@@ -0,0 +1,7 @@
+
+defaultlocaldir = $(privdatadir)/default/C/mail/local
+
+defaultlocal_DATA = \
+ Inbox
+
+EXTRA_DIST = $(defaultlocal_DATA)
diff --git a/mail/default/Makefile.am b/mail/default/Makefile.am
new file mode 100644
index 0000000000..82be2bc415
--- /dev/null
+++ b/mail/default/Makefile.am
@@ -0,0 +1,4 @@
+
+SUBDIRS=C
+
+