Horde HTML display
I'm trying to get Horde to display HTML in the email itself instead of an attachment.What I have done so far, which hasn't worked yet is changed line 63 in /usr/local/cpanel/base/horde/imp/config/mime_drivers.php
$mime_drivers['imp']['html']['inline'] = false;
to read:
$mime_drivers['imp']['html']['inline'] = true;
Anyone have any ideas?