Bug 203104 - kmail sort by subject no longer ignores Re: and Fw:
Summary: kmail sort by subject no longer ignores Re: and Fw:
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.11.4
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-08 18:33 UTC by Hal V. Engel
Modified: 2009-08-16 23:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hal V. Engel 2009-08-08 18:33:47 UTC
Version:           1.11.4 (using KDE 4.2.4)
Compiler:          gcc 4.3.1 
OS:                Linux
Installed from:    Gentoo Packages

Older versions of kmail ignored Re: and Fw: at the beginning of the subject when sorting.  New versions no longer do this.  As a result when sorting by subject the original message in a thread is separated from all of the replies. 

For example what I expect to see is:

<other subjects>
my subject
Fw: my subject
Re: my subject
Re: my subject
<still other subjects> 

Instead what it is doing is:

<Fw: other subjects>
Fw: my subject
<Fw: still other subjects> 
<other subjects>
my subject
<still other subjects> 
<Re: other subjects>
Re: my subject
Re: my subject
<Re:still other subjects> 

Since 

my subject
Fw: my subject
Re: my subject

all have the same logical subject and the prefixes Re: and Fw: are really not a logical part of the subject these prefixes should not be part of the sort order and should be ignored for sorting.
Comment 1 Martin Koller 2009-08-16 23:05:01 UTC
SVN commit 1012120 by mkoller:

BUG: 203104

On sorting by subject, ignore Re: and Fwd: prefixes to bring back
the old KDE3 behavior.



 M  +4 -1      item.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1012120
Comment 2 Martin Koller 2009-08-16 23:07:06 UTC
SVN commit 1012121 by mkoller:


Backport r1012120 by mkoller from trunk to the 4.3 branch:

CCBUG: 203104

On sorting by subject, ignore Re: and Fwd: prefixes to bring back
the old KDE3 behavior.




 M  +4 -1      item.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1012121