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'

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to