Ticket #1484454 (closed Patches: duplicate)
Folder list not localizated
| Reported by: | OrXoR | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | Client Scripts | Version: | 0.1-beta2 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Hi all, when special folder are "INBOX." format, the list on the main page are not translated. In program/steps/mail/func.inc file, at rcmail_render_folder_tree_html function, I have added this line:
$folder_lc = str_replace('inbox.', , $folder_lc);
after this line:
$folder_lc = strtolower($folderid?);
Change History
Note: See
TracTickets for help on using
tickets.
