Ticket #1485940 (closed Bugs: wontfix)

Opened 9 months ago

Last modified 9 months ago

possible (minor) performance improvement

Reported by: corbosman Owned by:
Priority: 5 Milestone: 0.3-stable
Component: Core functionality Version: svn-trunk
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

Changed 9 months ago by alec

  • status changed from new to closed
  • resolution set to wontfix

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

Note: See TracTickets for help on using tickets.