//165trash_folder
// trash folder
$_prefs['trash_folder'] = array(
    // The mailbox value must be encoded in the UTF7-IMAP charset (see RFC
    // 3501 [5.1.3]). For Exchange, uncomment the entry below and remove the
    // default value entry.
    // 'value' => 'Deleted Items',
    //'value' => _("Trash"),
    // Value below for SME Server so that it's consistent from the beginning
    'value' => 'trash',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit');
    
