
/**
 * Tar driver settings
 */

/* Location of the tar binary. */
$mime_drivers['horde']['tgz']['location'] = '/bin/tar';
$mime_drivers['horde']['tgz']['inline'] = true;
$mime_drivers['horde']['tgz']['handles'] = array(
    'x-extension/tgz',
    'x-extension/tar',
    'application/x-gzip-compressed',
    'application/x-tar');
$mime_drivers['horde']['tgz']['icons'] = array(
    'default' => 'compressed.gif');


/**
 * Zip file driver settings
 * Uncomment these lines to use this driver.
 */

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


/**
 * RAR archive driver settings
 * Uncomment these lines to use this driver.
 */

/* Location of the rar binary. */
// $mime_drivers['horde']['rar']['location'] = '/usr/bin/rar';
// $mime_drivers['horde']['rar']['inline'] = true;
// $mime_drivers['horde']['rar']['handles'] = array(
//     'x-extension/rar');
// $mime_drivers['horde']['rar']['icons'] = array(
//     'default' => 'compressed.gif');

