mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-08 08:21:23 +00:00
Monotone-Parent: 1d96eb01ca4f1e1ff7b481d2272c4064c2eb170f
Monotone-Revision: 594b63dec52253bd0d5b73291742bd2e5900ab17 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-19T21:11:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -278,6 +278,7 @@
|
||||
[SOGoObject globallyUniqueObjectId]];
|
||||
newEntry = [SOGoContactGCSEntry objectWithName: name
|
||||
inContainer: parentFolder];
|
||||
[newEntry setIsNew: YES];
|
||||
|
||||
return newEntry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user