On Thu, 18 Dec 2003 01:40:12 +0100 (Romance Standard Time)
Vadim Zeitlin <[EMAIL PROTECTED]> wrote:

>  Yes, I do see it with threading on.
>
>  As to whether this is a bug or not, it's a more difficult question.
This
> is, in fact, related to the discussion in the other messages in this
> thread. Currently M threads messages first and then sorts them
inside
> each
> thread and so threading overrides sorting. It's true that the result is
> surprizing, to say the least, if there are no threads...

        Your description doesn't accurately describe the behavior I'm
seeing.  The reason I think this is a bug is that I CAN get the sort
behavior that I want, it just requires sorting on an unrelated axis first.
That is, I can't go ascending date -> descending date -> ascending
date, but I can go ascending date -> descending date -> ascending
subject -> ascending date.  Regardless of which order the sorting is
taking place in, this indicates to me that there's some kind of bug
somewhere.

        As for the sorting/threading issue, it seems to be as if it DOES
sort the threads as units.  The issue is that right now it seems to use
the root of the thread as the source of the sort information, whereas
the suggestion was to use the newest or oldest message in the thread.
Personally I'm not too concerned about this, although the suggestion
does seem reasonable.  I do think, though, that the bug I'm describing
exists independently of this other issue.

--
--OKB
Brendan Barnwell



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Mahogany-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-users

Reply via email to