Re: [Devel] [PATCH] fix content-id when a script is giving content

2008-08-19 Thread P. A. Bagyenda
Applied -- thank you. Ditto Martin's patch. Paul. On Aug 18, 2008, at 17:01, Vincent CHAVANIS wrote: Hi all, This patch fixes the Content-ID header when a 'listed' web programming language is used to get the content (to get an image/ sound/video into a DB from a php script for example).

[Devel] [PATCH] Mime extension recognition problem for 3gpp

2008-08-19 Thread Vincent CHAVANIS
A very small fix, 3gpp should be recognize as 3gp and not 3gp2 Without this patch a 3gpp Content-type will be recognize with .3gp2 extention. And will result as an Non-playable MMS item on somes phones. Vincent. diff -rbau /mbuni-cvs/mmlib/mms_util.c /mbuni/mmlib/mms_util.c ---

Re: [Devel] [PATCH] Mime extension recognition problem for 3gpp

2008-08-19 Thread P. A. Bagyenda
applied. thanks On Aug 19, 2008, at 18:27, Vincent CHAVANIS wrote: A very small fix, 3gpp should be recognize as 3gp and not 3gp2 Without this patch a 3gpp Content-type will be recognize with .3gp2 extention. And will result as an Non-playable MMS item on somes phones. Vincent. diff