From 9b99b14955b2dbd3ba4aa48729dc31158d1ad8b5 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Tue, 19 Aug 2008 15:33:53 +0000 Subject: [PATCH] *** empty log message *** --- mbuni/ChangeLog | 1 + mbuni/mmlib/mms_util.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mbuni/ChangeLog b/mbuni/ChangeLog index 204a3ba..80406f7 100644 --- a/mbuni/ChangeLog +++ b/mbuni/ChangeLog @@ -1,6 +1,7 @@ 2008-08-19 P. A. Bagyenda * Fix for Content-ID header in mmsbox (thanks to Vincent Chavanis ) * Typo fix thanks to Martin Atukunda (matlads@dsmagic.com) + * Fix for 3gp2 mime type (thanks to Vincent Chavanis) 2008-08-14 P. A. Bagyenda * Mmsbox will now queue message to email (outgoing) if recipient looks like an email address 2008-08-08 P. A. Bagyenda diff --git a/mbuni/mmlib/mms_util.c b/mbuni/mmlib/mms_util.c index f16b500..3299d94 100644 --- a/mbuni/mmlib/mms_util.c +++ b/mbuni/mmlib/mms_util.c @@ -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. */