After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 489027 - Evolution reorders the threads when new emails come in
Evolution reorders the threads when new emails come in
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.12.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Milan Crha
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-10-22 14:24 UTC by Milan Crha
Modified: 2007-10-26 07:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
proposed evo patch (3.51 KB, patch)
2007-10-22 15:33 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2007-10-22 14:24:53 UTC
Forwarding from a downstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=248791

Description of problem:

Current rawhide evolution is reordering threads as new emails come in.  If
thread A started before thread B, and thread A gets a new email on it, evolution
will move all of thread A before thread B.

Version-Release number of selected component (if applicable):

[jwboyer@vader ~]$ rpm -q evolution
evolution-2.11.5-2.fc8

How reproducible:

Always

Steps to Reproduce:
1.  Select threaded view, sorted by date
2.  Get some email on different threads
3.  
  
Actual results:

The threads are reordered

Expected results:

New email comes into the thread but it remains in the correct location

Additional info:

I'm slowly going insane with this.  If there's a way to turn it off, tell me and
I'll be much happier
Comment 1 Milan Crha 2007-10-22 15:33:49 UTC
Created attachment 97637 [details] [review]
proposed evo patch

for evolution;

as I discussed it with srag, this code adds new hidden option '/apps/evolution/mail/display/thread_latest' to enable/disable sorting of threads by latest message in that thread.

I noticed that if installation of the scheme fail, then this will automatically fall back into old style sorting (before 2007-05-17).
Comment 2 Srinivasa Ragavan 2007-10-26 06:44:39 UTC
Commit to head only. (String introduction in schema)
Comment 3 Milan Crha 2007-10-26 07:26:52 UTC
Committed to trunk. Committed revision 34426.