- make sure INBOX is allways displayed as Inbox (per recent discussion)

release-0.6
alecpl 14 years ago
parent 684057f67b
commit 0a19215ae3

@ -1459,15 +1459,15 @@ function rcmail_folder_classname($folder_id)
{
global $CONFIG;
if ($folder_id == 'INBOX')
return 'inbox';
// for these mailboxes we have localized labels and css classes
foreach (array('sent', 'drafts', 'trash', 'junk') as $smbx)
{
if ($folder_id == $CONFIG[$smbx.'_mbox'])
return $smbx;
}
if ($folder_id == 'INBOX')
return 'inbox';
}

Loading…
Cancel
Save