mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 18:12:44 +00:00
Monotone-Parent: 0e67d5e5243429d84d07553a966befe16961db76
Monotone-Revision: d589e40f05abe383340293f75981bab0f0ee6396 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-14T19:42:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -655,14 +655,14 @@ e)
|
||||
return subject;
|
||||
}
|
||||
|
||||
- (NSCalendarDate *) creationTime
|
||||
- (NSDate *) creationTime
|
||||
{
|
||||
return ([sogoObject isKindOfClass: SOGoDraftObjectK]
|
||||
? [newProperties objectForKey: MAPIPropertyKey (PR_CREATION_TIME)]
|
||||
: [super creationTime]);
|
||||
}
|
||||
|
||||
- (NSCalendarDate *) lastModificationTime
|
||||
- (NSDate *) lastModificationTime
|
||||
{
|
||||
return ([sogoObject isKindOfClass: SOGoDraftObjectK]
|
||||
? [newProperties
|
||||
|
||||
Reference in New Issue
Block a user