mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 18:35:10 +00:00
merge of '31bc4f6b49316e2603b7496cfee3b18fdd5e490f'
and '5244339e45ef9095573b10733228f85b81a17377' Monotone-Parent: 31bc4f6b49316e2603b7496cfee3b18fdd5e490f Monotone-Parent: 5244339e45ef9095573b10733228f85b81a17377 Monotone-Revision: 4437a82e041d016710ea3a45d8b7cf5b6341afff Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-10-13T21:08:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -813,7 +813,7 @@
|
||||
|
||||
if (removeDelegate)
|
||||
{
|
||||
delegates = [NSMutableArray new];
|
||||
delegates = [NSMutableArray array];
|
||||
|
||||
while (otherDelegate)
|
||||
{
|
||||
@@ -846,7 +846,6 @@
|
||||
[self sendReceiptEmailUsingTemplateNamed: @"Deletion"
|
||||
forObject: event
|
||||
to: delegates];
|
||||
[delegates release];
|
||||
}
|
||||
|
||||
if (addDelegate)
|
||||
@@ -939,7 +938,7 @@
|
||||
NSMutableArray *element;
|
||||
NSDictionary *code;
|
||||
|
||||
element = [NSMutableArray new];
|
||||
element = [NSMutableArray array];
|
||||
[element addObject: davElementWithContent (@"recipient", XMLNS_CALDAV,
|
||||
recipient)];
|
||||
[element addObject: davElementWithContent (@"request-status",
|
||||
@@ -947,7 +946,6 @@
|
||||
@"2.0;Success")];
|
||||
code = davElementWithContent (@"response", XMLNS_CALDAV,
|
||||
element);
|
||||
[element release];
|
||||
|
||||
return code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user