aboutsummaryrefslogtreecommitdiffstats
path: root/mail/default/C
diff options
context:
space:
mode:
Diffstat (limited to 'mail/default/C')
-rw-r--r--mail/default/C/Inbox6
-rw-r--r--mail/default/C/Makefile.am7
2 files changed, 13 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)