Opened 6 years ago

Closed 5 years ago

#1484454 closed Feature 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 (2)

comment:1 Changed 6 years ago by thomasb

  • Severity changed from normal to minor
  • Type changed from Bugs to Patches

Moved to patches

comment:2 Changed 5 years ago by seansan

  • Milestone set to 0.2-beta
  • Resolution set to duplicate
  • Status changed from new to closed

Seems to be a dupe of #1484707 which was fixed in [cb3badb7]

Note: See TracTickets for help on using tickets.