7 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier 20001210
FromSent OnAttachments
Brian CandlerDec 14, 2000 9:24 am 
Brian CandlerDec 21, 2000 4:30 am 
Brian CandlerDec 21, 2000 4:50 am 
Sam VarshavchikDec 21, 2000 4:57 am 
Brian CandlerDec 21, 2000 5:32 am 
Sam VarshavchikDec 21, 2000 2:56 pm 
Brian CandlerDec 22, 2000 4:57 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Courier 20001210Actions...
From:Brian Candler (B.Ca@pobox.com)
Date:Dec 21, 2000 4:30:43 am
List:net.sourceforge.lists.courier-users

On Thu, Dec 14, 2000 at 05:30:43PM -0500, Sam Varshavchik wrote:

$ ./reftest | diff -u - ./reftest.txt --- - Thu Dec 14 17:20:08 2000 +++ ./reftest.txt Fri Sep 29 06:03:04 2000 @@ -34,11 +34,11 @@ <4>.parent=<3>

-<message11>.parent=<(root)> +<message1>.parent=<(root)> <message10>.parent=<(root)> <message2> (dummy).parent=<(root)> <message3>.parent=<message2> -<message1>.parent=<(root)> +<message11>.parent=<(root)> <message12>.parent=<(root)> <message13>.parent=<(root)> <message14>.parent=<(root)>

Regards,

That's not really an actual problem. What locale are you running as? Try adding setlocale(LC_ALL, "C"); to reftest.

I just added this as the first line of main() [and also added #include <locale.h> at the top] and it fails in the same way.

Regards,

Brian.