mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 03:55:26 +00:00
See ChangeLog
Monotone-Parent: 1bf1a3f87feb2c04469fcff28770c25704ee5aab Monotone-Revision: 1b66e85ded0b1d64105f0f5d2035ef81e9a8eb4f Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-08-10T12:29:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2012-08-10 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* Changed OpenChange/SOGoMAPIDBObject.m so we use
|
||||
GNUstep's binary encoding - which is an order or
|
||||
magnitude faster at encoding data than any other formats.
|
||||
|
||||
2012-08-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreSOGo.m (sogo_folder_move_folder)
|
||||
|
||||
@@ -428,7 +428,7 @@ static EOAttribute *textColumn = nil;
|
||||
{
|
||||
content = [NSPropertyListSerialization
|
||||
dataFromPropertyList: properties
|
||||
format: NSPropertyListBinaryFormat_v1_0
|
||||
format: NSPropertyListGNUstepBinaryFormat
|
||||
errorDescription: NULL];
|
||||
propsValue = [adaptor formatValue: [content stringByEncodingBase64]
|
||||
forAttribute: textColumn];
|
||||
|
||||
Reference in New Issue
Block a user