mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user