• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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