//135sent_mail_folder
// sent mail folder
$_prefs['sent_mail_folder'] = array(
    // The mailbox value must be encoded in the UTF7-IMAP charset (see RFC
    // 3501 [5.1.3]).
    //'value' => String::convertCharset(_("Sent"), null, 'UTF7-IMAP'),
    // For Exchange, uncomment the entry below.
    // 'value' => 'Sent Items',
    // value below for SME Server that is consistent from day one
    'value' => String::convertCharset(_("sent-mail"), null, 'UTF7-IMAP'), 
    'locked' => false,   
    'shared' => false,   
    'type' => 'implicit');

