Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 92c976836c70bb0acaded0db0a8fa1b6 > files > 5

horde-chora-2.1-3mdv2010.0.noarch.rpm

<?php

/**
 * $Horde: chora/config/mime_drivers.php.dist,v 1.5.10.1 2008/10/09 17:40:03 jan Exp $
 *
 * Decide which output drivers you want to activate for the Chora application.
 *
 * The avilable drivers are:
 * -------------------------
 * NO CHORA SPECIFIC DRIVERS
 */
$mime_drivers_map['chora']['registered'] = array();

/**
 * 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['chora']['overrides'] = array();

/**
 * Driver specific settings. See horde/config/mime_drivers.php for
 * the format.
 */
$mime_drivers['horde']['enscript']['handles'][] = 'text/html';