[horde] mime_drivers.local.php

Michael J Rubinsky mrubinsk at horde.org
Sun Nov 9 17:37:11 UTC 2014


Quoting Andreas Mauser <andreas at mauser.info>:

> Hi,
>
> it looks like I dont do the mime_drivers.local.php right, it looks like:
>
>    /* HTML driver settings */
>     'html' => array(
>         /* NOTE: Inline HTML display is turned OFF by default. */
>         'inline' => true,
>         'handles' => array(
>             'text/html'
>         ),
>         'icons' => array(
>             'default' => 'html.png'
>         ),
>
>         'limit_inline_size' => 1048576,
>
>         /* Check for phishing exploits? */
>         'phishing_check' => true
>
> ),
> );
>
> But it does not give the expected result, which should be reading  
> html inline.
>
> How must the file look to work?
>
> Thank you,
> Andreas
> -- 
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org


If that *really* is exactly what your mime_drivers.local.php file  
looks like, it's not valid php.  Also, you should only change the  
values that are different from the mime_drivers.php file. So, if all  
you want is to turn html inline to true:

$mime_drivers['html']['inline'] = true;



-- 
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5869 bytes
Desc: S/MIME Signature
URL: <http://lists.horde.org/archives/horde/attachments/20141109/27ed3b1b/attachment-0001.bin>


More information about the horde mailing list