unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* sort order regression 
@ 2010-04-22 14:06 Sebastian Spaeth
  2010-04-22 14:14 ` Jesse Rosenthal
  0 siblings, 1 reply; 10+ messages in thread
From: Sebastian Spaeth @ 2010-04-22 14:06 UTC (permalink / raw)
  To: Notmuch development list


jkr and I noticed that patch series are shown in reverse order now, in
fact threads seem to display messages at the same depth in reverse
chronological order now.

Here is my monologue from IRC:

Is that supposed to show the whole thread in reverse chronological order?:
notmuch show --entire-thread id:"1271927251-19867-3-git-send-email-Sebastian@SSpaeth.de"

doh, http://git.notmuchmail.org/git/notmuch/commitdiff/f43990ce134d838cdb2cdd5d0752a602e81cfdd9
sort order for within threads used to be SORT_OLDEST_FIRST
with that commit it was changed to be inherited from whatever it was (and by default notmuch does NEWEST_FIRST)
so that would cause the change IMHO.
someone does not seem to have run a test suite there :

query.cc sets to NEWEST-FIRST by default. So now we get messages at each depth NEWEST-FIRST. So the code is working as expected.
the problem is imho, that we previously had NEWEST_FIRST for top-level and an explicit OLDEST_FIRST within threads
< jkr> spaetz: yep.
and that explicit OLDEST_FIRST got removed

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-04-26 15:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 14:06 sort order regression Sebastian Spaeth
2010-04-22 14:14 ` Jesse Rosenthal
2010-04-22 14:21   ` Jesse Rosenthal
2010-04-22 14:31     ` Jesse Rosenthal
2010-04-22 21:10       ` Carl Worth
2010-04-23  7:28         ` Sebastian Spaeth
2010-04-23  8:15           ` Michal Sojka
2010-04-23 15:18             ` Carl Worth
2010-04-26  9:59               ` Michal Sojka
2010-04-26 15:05                 ` Carl Worth

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).