Ticket #1484454 (closed Patches: duplicate)

Opened 18 months ago

Last modified 10 months ago

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

Changed 16 months ago by thomasb

  • type changed from Bugs to Patches
  • severity changed from normal to minor

Moved to patches

Changed 10 months ago by seansan

  • status changed from new to closed
  • resolution set to duplicate
  • milestone set to 0.2-beta

Seems to be a dupe of #1484707 which was fixed in r1014

Note: See TracTickets for help on using tickets.