//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]).
    //'value' => String::convertCharset(_("Trash"), null, 'UTF7-IMAP'),
    // For Exchange, uncomment the entry below.
    // 'value' => 'Deleted Items',
    // Value below for SME Server so that it's consistent from the beginning
    'value' => String::convertCharset(_("trash"), null, 'UTF7-IMAP'),
    'locked' => false,
    'shared' => false,
    'type' => 'implicit');

