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
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to