Opened 4 years ago
Closed 4 years ago
#1485599 closed Bugs (fixed)
Why Special folder names is fixed?
| Reported by: | kazuhiko | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | User Interface | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I changed the special folders(drafts_mbox, junk_mbox, sent_mbox, trash_mbox) name, but the folder name is doubly converted by localized name, and a correct folder name(ex. junk) is not displayed.
The function rcmail_folder_classname() at program/include/main.inc has fixed folder names ('sent', 'drafts', 'trash', 'junk').
I think that the comparison with the fixed folder names is unnecessary.
Attachments (2)
Change History (3)
Changed 4 years ago by kazuhiko
Changed 4 years ago by kazuhiko
comment:1 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [f94629e6]