[imp] HTML mail display by default?
Dhawal Doshy
dhawal at netmagicsolutions.com
Mon Jun 11 12:08:57 UTC 2007
Derek Harkness wrote:
> Is there away to make HTML mail display inline by default? Most of my
> users are sending HTML mail and they find it annoying to click on the
> "unnamed [multiplart/related]" link.
See horde/imp/config/mime_drivers.php
$mime_drivers['imp']['html']['inline'] = false; <== Change this to 'true'
$mime_drivers['imp']['html']['external'] = true; <== Change this to 'false'
$mime_drivers['imp']['alternative']['show'] = true; <== Change this to
'false'
More information about the imp
mailing list