From bf6ebf0252ab44ee6d63eb7b24a24eb06a44687e Mon Sep 17 00:00:00 2001 From: "Francisco Javier F. Serrador" Date: Thu, 9 Nov 2006 16:21:45 +0000 Subject: Added Spanish welcome mail. Added Makefile 2006-11-09 Francisco Javier F. Serrador * default/es/Inbox: Added Spanish welcome mail. * default/es/Makefile.am: Added Makefile svn path=/trunk/; revision=32960 --- mail/default/es/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mail/default/es/Makefile.am (limited to 'mail/default/es/Makefile.am') diff --git a/mail/default/es/Makefile.am b/mail/default/es/Makefile.am new file mode 100644 index 0000000000..57ba7d3bec --- /dev/null +++ b/mail/default/es/Makefile.am @@ -0,0 +1,7 @@ + +defaultlocaldir = $(privdatadir)/default/es/mail/local + +defaultlocal_DATA = \ + Inbox + +EXTRA_DIST = $(defaultlocal_DATA) -- cgit