1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2008-08-19 15:33:53 +00:00
parent 2ff5dabb9e
commit 9b99b14955
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2008-08-19 P. A. Bagyenda <bagyenda@dsmagic.com>
* Fix for Content-ID header in mmsbox (thanks to Vincent Chavanis <v.chavanis@telemaque.fr>)
* Typo fix thanks to Martin Atukunda (matlads@dsmagic.com)
* Fix for 3gp2 mime type (thanks to Vincent Chavanis)
2008-08-14 P. A. Bagyenda <bagyenda@dsmagic.com>
* Mmsbox will now queue message to email (outgoing) if recipient looks like an email address
2008-08-08 P. A. Bagyenda <bagyenda@dsmagic.com>

View File

@ -1355,9 +1355,9 @@ static struct {
{"application/smil", "smi"},
{"application/vnd.wap.mms-message", "mms"},
{"application/java-archive", "jar"},
{"video/3gpp", "3gp2"},
{"video/3gpp", "3gp"},
{"video/3gpp2", "3g2"},
{"video/3gpp", "3gp2"},
{"video/3gpp2","3g2"},
{"audio/vnd.qcelp", "qcp"},
{MBUNI_MULTIPART_TYPE, "urls"}, /* mbuni url list type. */