git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6662
7612ce4b-ef26-0410-bec9-
ea0150e637f0
as separate plugin.
- Added Farsi and Tagalog translation support.
- Enabled Ukrainian and Russian-Ukrainian support
+ - Fix that subfolders named "foo.inbox" didn't always work well.
Version 1.5.0
}
function sqimap_utf7_decode_mbx_tree(&$mbx_tree) {
- if (strtoupper($mbx_tree->mailboxname_sub) == 'INBOX')
+ if (strtoupper($mbx_tree->mailboxname_full) == 'INBOX')
$mbx_tree->mailboxname_sub = _("INBOX");
else
$mbx_tree->mailboxname_sub = imap_utf7_decode_local($mbx_tree->mailboxname_sub);