mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: b530204fe558f57d05223cf4090c57cbaaf4bdd9
Monotone-Revision: 5db151dfdbd8711e6bd1379346b3f6d6886bfbf1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-05-30T21:23:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -167,6 +167,21 @@
|
||||
isNew = newIsNew;
|
||||
}
|
||||
|
||||
- (unsigned int) version
|
||||
{
|
||||
return version;
|
||||
}
|
||||
|
||||
- (NSCalendarDate *) creationDate
|
||||
{
|
||||
return creationDate;
|
||||
}
|
||||
|
||||
- (NSCalendarDate *) lastModified
|
||||
{
|
||||
return lastModified;
|
||||
}
|
||||
|
||||
- (NSString *) contentAsString
|
||||
{
|
||||
return content;
|
||||
|
||||
Reference in New Issue
Block a user