[horde] disable wvWare

Joe Fisher Joe.Fisher at citylightsmedia.com
Thu Aug 21 05:05:34 UTC 2008


> -----Original Message-----
> From: horde-bounces at lists.horde.org [mailto:horde-
> bounces at lists.horde.org] On Behalf Of Michael Rubinsky
> Sent: Wednesday, August 20, 2008 10:04 AM
> To: horde at lists.horde.org
> Subject: Re: [horde] disable wvWare
> 
> Quoting Joe Fisher <Joe.Fisher at citylightsmedia.com>:
> 
> > How can I disable wvWare so that msword doc files don't show up as
> > links which require wvWare which I don't have?
> 
> config/mime_drivers.php
> 
> 
> Thanks,
> mike
> 
> --
> The Horde Project (www.horde.org)
> mrubinsk at horde.org
> 
> "Time just hates me. That's why it made me an adult." - Josh Joplin

Thanks Mike

I tried this by commenting some or even all of the lines but got tons of
errors so it seems I need to do more and that's why I asked. I do not
have wvHtml anywhere nor wvWare. Here's the portion of that file:

* MS Word driver settings
 * This driver requires wvWare to be installed.
 * wvWare homepage: http://wvware.sourceforge.net/
 *
 * The 'location' entry should point to the 'wvHtml' program, NOT the
 * 'wvWare' program.
 */
$mime_drivers['horde']['msword']['location'] = '/usr/bin/wvHtml';
$mime_drivers['horde']['msword']['inline'] = false;
$mime_drivers['horde']['msword']['handles'] = array(
    'application/msword',
    'application/rtf',
    'text/rtf');
$mime_drivers['horde']['msword']['icons'] = array(
    'default' => 'msword.png');


Joe


More information about the horde mailing list