Monotone-Parent: b75f4af37c4c6b9dde47f0a94da3787cf1a3e27a

Monotone-Revision: c2822977a6a7e2d1f66bd19d7888fd52217aadb6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-13T13:45:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-07-13 13:45:37 +00:00
parent 4722173425
commit c30bafcf3d
+1 -1
View File
@@ -92,7 +92,7 @@ static int attachmentFlagSize = 8096;
{
NSCalendarDate *messageDate;
messageDate = [[message objectForKey: @"envelope"] date];
messageDate = [[message valueForKey: @"envelope"] date];
[messageDate setTimeZone: userTimeZone];
return [dateFormatter formattedDateAndTime: messageDate];