I was trying to set html to be viewed in horde.
mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/imp/config/mime_drivers.php
cd /etc/e-smith/templates-custom/home/httpd/html/horde/imp/config/mime_drivers.php/
cp /etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/160html
edit $mime_drivers['horde']['html']['inline'] = false; and change false to true.
expand-template /home/httpd/html/horde/imp/config/mime_drivers.php
It still did not work so I removed below with winscp
/etc/e-smith/templates-custom/home/httpd/html/horde/imp/config/mime_drivers.php
I then rebooted the server.
My headers in emails all show the folowing.
#------------------------------------------------------------ # !!DO NOT MODIFY THIS FILE!! # # Manual changes will be lost when this file is regenerated. # # Please read the developer's guide, which is available # at
http://wiki.contribs.org/development/ # # Copyright (C) 1999-2006 Mitel Networks Corporation #------------------------------------------------------------ // 160html /** * HTML driver settings */ $mime_drivers['horde']['html']['inline'] = true; $mime_drivers['horde']['html']['handles'] = array( 'text/html'); $mime_drivers['horde']['html']['icons'] = array( 'default' => 'html.png');
Rick