[imp] Show HTML messages by default
Oscar del Rio
delrio at mie.utoronto.ca
Fri Nov 16 03:57:20 UTC 2012
On 11/15/12 10:35 PM, E.S. Rosenberg wrote:
> Hi,
> Is it possible to by default show html messages in the preview pane of imp
> 6?
http://www.horde.org/apps/imp/docs/INSTALL
3.2. Configuring IMP
By default, IMP is configured to NOT display text/html message parts
inline. This is done for various security reasons. If you would like to
see text/html parts inline, you must create a
imp/config/mime_drivers.local.php file with the following content:
<?php
$mime_drivers['html']['inline'] = true;
More information about the imp
mailing list