Opened 4 years ago
Closed 4 years ago
#1485940 closed Bugs (wontfix)
possible (minor) performance improvement
| Reported by: | corbosman | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | Core functionality | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
in rcube_imap function _list_headers() the result array is sorted manually with the rcube_header_sorter even if the sorting is already done with the imap SORT command.
Change History (1)
comment:1 Changed 4 years ago by alec
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

We need this because _fetch_headers returns unsorted array (because FETCH returns data ordered by message sequence id).