• 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: "Click HERE to view HTML content in a separate window"

O

open4biz

Guest
When I check my email in Horde, a couple pieces of mail never show the full email (HTML) message and I have to "Click HERE to view HTML content in a separate window."

Is there a way to always show all the HTML content?

I'm getting tired of clicking the link after 6 months...

Some might say I'm patient. :O)

Thank you in advance for your help!
 
Open HTML in a HTML-Site might break the layout (CSS). That's why they open up a seperate window for it.

But i think there's an option for that in

/etc/psa-horde/horde/mime_drivers.php

Look in it for the section:
PHP:
/**
 * Enriched text driver settings
 */
$mime_drivers['horde']['html']['inline'] = false;
$mime_drivers['horde']['html']['handles'] = array(
    'text/html');
$mime_drivers['horde']['html']['icons'] = array(
    'default' => 'html.png');

Maybe setting $mime_drivers['horde']['html']['inline'] to "true" does it.
 
Back
Top