• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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