Opened 8 years ago

Closed 7 years ago

#1337482 closed Feature Patches (None)

[PATCH] sorting subjects

Reported by: nobody Owned by: nobody
Priority: 5 Milestone:
Component: Other Version: None
Severity: critical Keywords:
Cc:

Description

Hi,

The attached patch makes Roundcube's subject sorting
behave the same way as Mozilla Thunderbird does. When
the mail is sorted by subject, the reply & forward
identifiers (Fwd:,Re:,Fw: etc) are ignored.

Old behaviour (sorted by subject):
'Announcement of new release'
'Courier-IMAP problem when opening new mail'
'Mysql 5 final released'
'Re: announcement of new release'

New behaviour (sorted by subject):
'Announcement of new release'
'Re: Announcement of new release'
'Courier-IMAP problem when opening new mail'
'Mysql 5 final released'

Maybe the identifiers should be configured per language? 

Change History (1)

comment:1 Changed 7 years ago by thomasb

  • Severity set to critical
  • Status changed from assigned to closed

Old stuff, considered as fixed.

Note: See TracTickets for help on using tickets.