// 250msword
/**  
 * 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.
 * 
 * Embedded images in Word documents need extra configuration. See
 * http://wiki.horde.org/GraphicswvHtml
 */
$mime_drivers['horde']['msword'] = array(
    'location' => '/usr/bin/wvHtml',
    'inline' => false,
    'handles' => array(
        'application/vnd.ms-word', 'application/msword'
    ),
    'icons' => array(
        'default' => 'msword.png'
    )
);   

