• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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