2 Jul
2003
2 Jul
'03
6:41 p.m.
On Wed, 2003-07-02 at 18:40, Charlie Brady wrote:
It seems from a brief test that messages aren't sorted when new UIDs are assigned to existing messages in ./cur/. As a result, UIDs may be nothing like in message arrival order.
I thought I fixed it just before 0.99.10 release.
Just before? Do you mean "after 0.99.10-rc3" (which is what I tested)? I don't recognise the fix in the ChangeLog.
Yes, 11 minutes before release :)
2003-06-26 16:01 Timo Sirainen tss@iki.fi
* src/lib-index/maildir/maildir-sync.c: When assigning UIDs to
mails, we tried to sort them with strcmp(), but that wasn't
actually working. Also we now sort properly the mails that had unix
timestamp older than 1 billion (Sep 9 2001).