diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/default/Makefile.am | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a14e0ab882..df767f0f9a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,6 +1,11 @@ 2006-11-09 Francisco Javier F. Serrador <serrador@openshine.com> - * default/es/Inbox: Added Spanish presentation mail. + * default/Makefile.am: Added "es" to SUBDIRS + +2006-11-09 Francisco Javier F. Serrador <serrador@openshine.com> + + * default/es/Inbox: Added Spanish welcome mail. + * default/es/Makefile.am: Added Makefile 2006-11-09 Sankar P <psankar@novell.com> diff --git a/mail/default/Makefile.am b/mail/default/Makefile.am index 52c0251031..310c58007f 100644 --- a/mail/default/Makefile.am +++ b/mail/default/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=C zh_CN de fi fr ja lt mk nl pt +SUBDIRS=C zh_CN de es fi fr ja lt mk nl pt |