/**
 * MS Word driver settings
 * This driver requires wvWare (www.wvware.com) to be installed.
 * Uncomment these lines to use this driver.
 */

/* Location of the wvHtml binary. */
// $mime_drivers['horde']['msword']['location'] = '/usr/bin/wvHtml';
// $mime_drivers['horde']['msword']['inline'] = true;
// $mime_drivers['horde']['msword']['handles'] = array(
//     'application/msword',
//     'text/rtf',
//     'x-extension/doc',
//     'x-extension/rtf');
// $mime_drivers['horde']['msword']['icons'] = array(
//     'default' => 'msword.gif');


/**
 * MS Excel driver settings
 * This driver requires xlhtml (www.xlhtml.org) to be installed.
 * Uncomment these lines to use this driver.
 */

/* Location of the xlhtml binary. */
// $mime_drivers['horde']['msexcel']['location'] = '/usr/local/bin/xlhtml';
// $mime_drivers['horde']['msexcel']['inline'] = false;
// $mime_drivers['horde']['msexcel']['handles'] = array(
//     'application/vnd.ms-excel',
//     'application/msexcel',
//     'x-extension/xls');
// $mime_drivers['horde']['msexcel']['icons'] = array(
//     'default' => 'msexcel.gif');


/**
 * MSPowerpoint driver settings
 * This driver requires ppthtml, included with xlhtml (www.xlhtml.org),
 * to be installed.
 * Uncomment these lines to use this driver.
 */

/* Location of the ppthtml binary. */
// $mime_drivers['horde']['mspowerpoint']['location'] = '/usr/local/bin/ppthtml';
// $mime_drivers['horde']['mspowerpoint']['inline'] = false;
// $mime_drivers['horde']['mspowerpoint']['handles'] = array(
//     'application/vnd.ms-powerpoint',
//     'application/mspowerpoint',
//     'x-extension/ppt');
// $mime_drivers['horde']['mspowerpoint']['icons'] = array(
//     'default' => 'mspowerpoint.gif');

