Kolab-users Digest, Vol 67, Issue 7
kiser Caesar
kcaesar at hotmail.com
Mon Sep 7 13:30:00 CEST 2009
Hello,
Thank ! It's working :)
--Pièce jointe du message transmise--
Subject: Re: HTML view with horde
Date: Mon, 7 Sep 2009 11:00:13 +0200
To: kolab-users at kolab.org
From: funke at hiskp.uni-bonn.de
Hi,
you are modifying the wrong file since IMP uses it's own mime_drivers.php
which overrides horde's global settings.
The correct way would be adding
$mime_drivers['imp']['html'] = array(
'inline' => true,
'handles' => array(
'text/html'
),
'icons' => array(
'default' => 'html.png'
),
/* If you don't want to display the link to open the HTML content in a
* separate window, set the following to false. */
'external' => false,
/* Run 'tidy' on all HTML output? This requires at least version 2.0 of
the
* PECL 'tidy' extension to be installed on your system. */
'tidy' => false,
/* Check for phishing exploits? */
'phishing_check' => true
);
to /kolab/etc/kolab/templates/webclient-imp_mime_drivers.php.template and
running kolabconf afterwards
Cheers
Christian
Am Sonntag, 6. September 2009 00:07:11 schrieb kiser Caesar:
> Hello,
>
> I just finished to upgrade my kolab 2.2.0 to 2.2.2, all seems working exept
> funambol from my BB and the HTML view with Horde.
>
> I made the change in :
>
> /kolab/var/kolab/www/client/config/mime_drivers.php.
>
> $mime_drivers['horde']['html'] = array(
> // NOTE: Inline HTML viewing is DISABLED by default.
> 'inline' => true,
> 'handles' => array(
> 'text/html'
> ),
> 'icons' => array(
> 'default' => 'html.png'
> ),
> // Check for phishing exploits?
> 'phishing_check' => true
>
> );
>
> But that's don't work... who have an idea ?
>
> If you need some logs, please ask ..
>
>
> Best regards,
>
>
>
> _________________________________________________________________
> Tchattez en direct en en vidéo avec vos amis !
> http://www.windowslive.fr/messenger/
>
_________________________________________________________________
A la recherche de bons plans pour une rentrée pas chère ? Bing ! Trouvez !
http://www.bing.com/search?q=bons+plans+rentr%C3%A9e&form=MVDE6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/users/attachments/20090907/9df8739e/attachment.html>
More information about the users
mailing list