Monotone-Parent: 1d96eb01ca4f1e1ff7b481d2272c4064c2eb170f

Monotone-Revision: 594b63dec52253bd0d5b73291742bd2e5900ab17

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-19T21:11:43
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-11-19 21:11:43 +00:00
parent 094442dc90
commit b8e6882456
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2010-11-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreContactsContext.m (-createMessageInFolder:):
mark new entry as new.
* OpenChange/MAPIStoreCalendarContext.m (-createMessageInFolder:):
implemented method.

View File

@ -278,6 +278,7 @@
[SOGoObject globallyUniqueObjectId]];
newEntry = [SOGoContactGCSEntry objectWithName: name
inContainer: parentFolder];
[newEntry setIsNew: YES];
return newEntry;
}