• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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