Can't get HTML inline!

puzzle@glink.net.hk puzzle@glink.net.hk
Mon, 13 Nov 2000 17:54:14 +0800 (HKT)


Hi all,

I have configured horde/config/mime.php3, horde/imp/config/mime.php3
and horde/imp/config/defaults.php3, but still can't get the html
shown inline.

My configuration (IMP 2.2.3) is:

In horde/config/mime.php3 and horde/imp/config/mime.php3, I set:

> actions['text/html'] =
> array(
>      'action'          => 'default',
>      'view'            => true,
>      'inline'          => true,
>      'override_text'   => true,
>      'view_function'   => 'mime_view_html',
>      'download'        => false,
>      'icon'            => 'mime_html.gif'
>      );

In horde/imp/config/defaults.php3, I set

> $default->text_parts_inline              = true;
> $default->inline_in_parts_list           = false;
> $default->view_message_source            = true;

Have I missed anything else?  Thank you.

Best regards,
Chan S.L.