mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 13:24:54 +00:00
Monotone-Parent: 45a1b78e86bd3fc10d217c5f04c4a9e50cbbc2f0
Monotone-Revision: 83139a274a2783e933a6b65474efc62686caf410 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-29T21:19:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -168,6 +168,18 @@ e)
|
||||
[self _saveAttachment: [attachmentKeys objectAtIndex: count]];
|
||||
}
|
||||
|
||||
|
||||
- (NSArray *) attachmentKeysMatchingQualifier: (EOQualifier *) qualifier
|
||||
andSortOrderings: (NSArray *) sortOrderings
|
||||
{
|
||||
if (qualifier)
|
||||
[self errorWithFormat: @"qualifier is not used for attachments"];
|
||||
if (sortOrderings)
|
||||
[self errorWithFormat: @"sort orderings are not used for attachments"];
|
||||
|
||||
return [attachmentParts allKeys];
|
||||
}
|
||||
|
||||
- (id) lookupAttachment: (NSString *) childKey
|
||||
{
|
||||
return [attachmentParts objectForKey: childKey];
|
||||
|
||||
Reference in New Issue
Block a user