[horde] mime_drivers.local.php

Andreas Mauser andreas at mauser.info
Sun Nov 9 19:23:52 UTC 2014


Hi,

----- Nachricht von Michael J Rubinsky <mrubinsk at horde.org> ---------
      Datum: Sun, 09 Nov 2014 12:37:11 -0500
        Von: Michael J Rubinsky <mrubinsk at horde.org>
Antwort an: mrubinsk at horde.org
    Betreff: Re: [horde] mime_drivers.local.php
         An: horde at lists.horde.org


> 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
>> -- 
>
> 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;

That information helped, I also missed <?php
  as you said.

Thank you,
Andreas


----- Ende der Nachricht von Michael J Rubinsky <mrubinsk at horde.org> -----




More information about the horde mailing list