// 130plain
/**
 * Plain text driver settings
 */
$mime_drivers['horde']['plain']['inline'] = true;
$mime_drivers['horde']['plain']['handles'] = array(
    'text/plain');
$mime_drivers['horde']['plain']['icons'] = array(
    'default' => 'text.png');

