As you know, when you open a folder in roundcube, the title bar changes always to 'Product name :: Folder name'...
When I was using 0.5, these names were ok, showing it in my language, but when I upgraded to 0.6, the names are appearing in english, like 'Product name :: [Drafts,Trash,etc.]' and not in my language as it was before with 0.5's....
How can I fix this? Just to add: my left panel are showing the names correctly in my language...
The name of the folder should be the same as showed on the folder list at left panel right?
Solved:
file program/steps/mail/func.inc line 133 change from:
> $OUTPUT->set_pagetitle(rcmail_localize_foldername($IMAP->mod_mailbox($mbox_name)));
to:
> $OUTPUT->set_pagetitle(rcmail_localize_foldername($mbox_name));