• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Horde not show html message

F

fmosti

Guest
Hi
my Horde not show html message, only text
I have check mime_drivers.php in /usr/share/psa-horde/imp/config
and it is ok:

/**
* HTML driver settings
*/
$mime_drivers['imp']['html']['inline'] = true;
$mime_drivers['imp']['html']['handles'] = array(
'text/html');
$mime_drivers['imp']['html']['icons'] = array(
'default' => 'html.png');
/* If you don't want to display the link to open the HTML content in a
* separate window, set the following to false. */
$mime_drivers['imp']['html']['external'] = true;


Fedora core 3 Plesk 8.0.1 with all update.
Any suggestions?
 
Back
Top