// 100mimedrivers
$mime_drivers_map['horde']['registered'] = array(
    'css', 'deb', 'enriched', 'enscript', 'html', 'images', 'msword',
    'msexcel', 'mspowerpoint', 'ooo', 'pdf', 'php', 'plain', 'rar', 'report',
    'rfc822', 'richtext', 'rpm', 'security', 'simple', 'srchighlite', 'tgz',
    'tnef', 'vcard', 'webcpp', 'zip');


/**
 * If you want to specifically override any MIME type to be handled by
 * a specific driver, then enter it here.  Normally, this is safe to
 * leave, but it's useful when multiple drivers handle the same MIME
 * type, and you want to specify exactly which one should handle it.
 */
$mime_drivers_map['horde']['overrides'] = array();

