[Bug 32400] Sort by last / newest mail in thread

2011-08-31 Thread Stéphane Ascoët
https://bugs.kde.org/show_bug.cgi?id=32400





--- Comment #30 from Stéphane Ascoët stephane ascoet ac-orleans-tours fr  
2011-08-31 07:19:02 ---
(In reply to comment #29)
 Stéphane: You can enable threading by newest in thread, now.

How? I've choosed by date/time of the sub-tree and nothing changed...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 32400] Sort by last / newest mail in thread

2011-08-30 Thread Stéphane Ascoët
https://bugs.kde.org/show_bug.cgi?id=32400


Stéphane Ascoët stephane.asc...@ac-orleans-tours.fr changed:

   What|Removed |Added

 CC||stephane.ascoet@ac-orleans-
   ||tours.fr




--- Comment #28 from Stéphane Ascoët stephane ascoet ac-orleans-tours fr  
2011-08-30 13:48:16 ---
Why was this bug closed? It's still present, even after the code rewriting...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 32400] Sort by last / newest mail in thread

2011-08-30 Thread Arne Babenhauserheide
https://bugs.kde.org/show_bug.cgi?id=32400





--- Comment #29 from Arne Babenhauserheide arne_bab web de  2011-08-30 
14:22:22 ---
Stéphane: You can enable threading by newest in thread, now.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 32400] Sort by last / newest mail in thread

2008-12-29 Thread Arne Babenhauserheide
http://bugs.kde.org/show_bug.cgi?id=32400





--- Comment #27 from Arne Babenhauserheide arne_bab web de  2008-12-29 
14:46:09 ---
Wow... Many thanks! 


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 32400] Sort by last / newest mail in thread

2008-11-07 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=32400


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #26 from Thomas McGuire mcguire kde org  2008-11-07 20:39:31 ---
SVN commit 881321 by tmcguire:

Merge the KMail summer of code branch back to trunk.

This brings a reworked folder tree and and a new message list, which is much
more powerful than the old one.
New features include grouping, multiline items and the ability to customize
just about everything of the look of the message list.
Also, we have a tabbed interface for opening more than one folder at once now.
An important aspect of the new message list is that drawing speed is now fast
again (there was a regression in Q3ListView that
made huge folders a real pain to navigate, reading commit folders was not a
nice thing to do).
There are probably more things which I forgot to list here.

Also, this is big step forward in getting rid of Qt3Support in KMail, now just
some tiny bits are left.

Many thanks to SoC student Szymon Stefanek for his awesome work on his project!
I can't stress enough how great this
achivment is. He even added very good API documentation to his classes :)

This requires the lastest version of qt-copy, otherwise you'll get mysterious
crashes in Qt painting code from time to time.
We hope that this patch will be added to the next Qt 4.4.x version.

And finally, this merge also brings many regressions, which is not unnatural
for such a big change.
In the remaining time before the KDE 4.2 release, we'll have to work on those
to get it polished and regression-free.
Help here is always needed, and is a good opportunity to start working on
KMail, since many regressions are low hanging fruit.

It also means the message list and the folder tree need a bit of testing.
If you find bugs, report them under the new message list and new folder
tree component of the bug tracker, thanks.

I also plan to setup a wiki page with known regressions.

CCMAIL: [EMAIL PROTECTED]
GUI:
CCBUG: 117808
BUG: 163469
FEATURE: 18170
FEATURE: 32400
FEATURE: 42107
FEATURE: 45526
FEATURE: 81272
FEATURE: 90142
FEATURE: 107450
(and probably many others)

 M  +34 -5 kmail/CMakeLists.txt  
 M  +2 -2  kmail/accountdialog.cpp  
 M  +1 -6  kmail/actionscheduler.cpp  
 M  +0 -3  kmail/actionscheduler.h  
 M  +4 -4  kmail/antispamwizard.cpp  
 M  +4 -4  kmail/antispamwizard.h  
 A kmail/commands (directory)  
 A kmail/commands/exporttohtml.cpp   [License: GPL (v2+)]
 A kmail/commands/exporttohtml.h   [License: GPL (v2+)]
 M  +25 -50kmail/configuredialog.cpp  
 M  +2 -7  kmail/configuredialog_p.h  
 M  +1 -1  kmail/expirejob.cpp  
 M  +2 -2  kmail/expirypropertiesdialog.cpp  
 M  +2 -2  kmail/expirypropertiesdialog.h  
 M  +379 -401  kmail/favoritefolderview.cpp  
 M  +110 -73   kmail/favoritefolderview.h  
 M  +0 -1  kmail/folderadaptor.cpp  
 M  +2 -2  kmail/folderrequester.cpp  
 M  +4 -3  kmail/folderrequester.h  
 M  +3 -4  kmail/folderselectiondialog.cpp  
 M  +3 -3  kmail/folderselectiondialog.h  
 M  +55 -31kmail/folderselectiontreewidget.cpp  
 M  +13 -13kmail/folderselectiontreewidget.h  
 M  +8 -8  kmail/folderstorage.cpp  
 M  +5 -1  kmail/folderstorage.h  
 D kmail/foldertreebase.cpp  
 D kmail/foldertreebase.h  
 A kmail/folderview.cpp   [License: GPL (v2+)]
 A kmail/folderview.h   [License: GPL (v2+)]
 D kmail/folderviewtooltip.h  
 D kmail/headeritem.cpp  
 D kmail/headeritem.h  
 D kmail/headerlistquicksearch.cpp  
 D kmail/headerlistquicksearch.h  
 M  +4 -3  kmail/identitydialog.cpp  
 M  +3 -1  kmail/kmacctcachedimap.cpp  
 M  +0 -6  kmail/kmacctcachedimap.h  
 M  +0 -1  kmail/kmacctimap.cpp  
 M  +0 -5  kmail/kmail.kcfg  
 M  +12 -11kmail/kmail_part.cpp  
 M  +7 -3  kmail/kmail_part.h  
 M  +68 -42kmail/kmailicalifaceimpl.cpp  
 M  +5 -5  kmail/kmailicalifaceimpl.h  
 M  +8 -15 kmail/kmcommands.cpp  
 M  +1 -4  kmail/kmcommands.h  
 M  +4 -2  kmail/kmfilteraction.cpp  
 M  +28 -2 kmail/kmfolder.cpp  
 M  +27 -0 kmail/kmfolder.h  
 M  +4 -3  kmail/kmfoldercachedimap.cpp  
 M  +8 -6  kmail/kmfolderdialog.cpp  
 M  +4 -5  kmail/kmfolderdialog.h  
 M  +2 -3  kmail/kmfolderimap.cpp  
 M  +1 -1  kmail/kmfoldermgr.cpp  
 M  +12 -10kmail/kmfoldersearch.cpp  
 D kmail/kmfoldertree.cpp  
 D kmail/kmfoldertree.h  
 D kmail/kmheaders.cpp  
 D kmail/kmheaders.h  
 M  +4 -6  kmail/kmkernel.cpp  
 M  +1497 -698 kmail/kmmainwidget.cpp  
 M  +195 -61   kmail/kmmainwidget.h  
 M  

[Bug 32400] Sort by last / newest mail in thread

2008-10-12 Thread Arne Babenhauserheide
http://bugs.kde.org/show_bug.cgi?id=32400





--- Comment #25 from Arne Babenhauserheide arne_bab web de  2008-10-12 
17:37:00 ---
Is there any schedule for kmail 2.0? 


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 32400] Sort by last / newest mail in thread

2008-08-08 Thread Max
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=32400 




--- Additional Comments From keymone gmail com  2008-08-08 14:42 ---
i vote for it
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 32400] Sort by last / newest mail in thread

2008-07-31 Thread Jeff Trull
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=32400 




--- Additional Comments From jetrull sbcglobal net  2008-07-31 20:05 ---
This is key for me.  I keep getting beaten up by people who say didn't you get 
my mail?  In fact I just missed an email from a potential customer.  
Fortunately they were persistent and emailed me again a week later with a 
different subject line, so I saw it.  Their old mail is present, but buried 
deep in my inbox, in a thread from weeks before.

Threading is key for me to understand the state of my inbox, and what's going 
on, but they should be sorted by the date of the most recent message to be 
useful.  I love KMail and this will make it truly complete for me.  Thanks.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 32400] Sort by last / newest mail in thread

2008-07-16 Thread Danas
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=32400 




--- Additional Comments From dumas65 gmail com  2008-07-16 18:04 ---
Its very wanted feature, I vote for it..
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 32400] Sort by last / newest mail in thread

2008-05-05 Thread Michal Hlavac
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=32400 
hlavki hlavki eu changed:

   What|Removed |Added

 CC||hlavki hlavki eu
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 32400] Sort by last / newest mail in thread

2008-02-16 Thread owner
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=32400 
Thomas.McGuire gmx net changed:

   What|Removed |Added

 CC||mutlu_inek yahoo de



--- Additional Comments From Thomas.McGuire gmx net  2008-02-16 23:13 
---
*** Bug 157942 has been marked as a duplicate of this bug. ***
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs