[imp] Mime settings for msword
Dietmar Rieder
adrieder at sbox.tugraz.at
Mon Aug 17 14:38:55 UTC 2009
Patrick Boutilier wrote:
> HORDE_VERSION', '3.3.4'
> IMP_VERSION', 'H3 (4.3.4)'
>
>
> Is there a way to disable the viewing of word attachments and only allow
> downloading? I tried these settings in horde/config/mime_drivers.php to
> no avail. Always tries to bring up /usr/bin/wvHtml or ''
>
> $mime_drivers['horde']['msword'] = array(
> // 'location' => '/usr/bin/wvHtml',
> 'location' => '',
> 'inline' => false,
> 'handles' => array(
> 'application/vnd.ms-word', 'application/msword'
> ),
> 'icons' => array(
> 'default' => 'msword.png'
> )
> );
>
try to remove 'msword' from the $mime_drivers_map['horde']['registered']
array in horde/config/mime_drivers.php
HTH
Didi
More information about the imp
mailing list