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