mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-26 08:32:44 +00:00
Monotone-Parent: 0811b557e4a5f5fb3a026bfc3e9578e656e1d32b
Monotone-Revision: cf1931cde83bb56232e35db1c1b6f4fab0c87270 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-26T19:06:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -20,8 +20,15 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#import "MAPIStoreMessage.h"
|
||||
|
||||
#import "MAPIStoreAttachmentTable.h"
|
||||
|
||||
@implementation MAPIStoreAttachmentTable
|
||||
|
||||
- (id) lookupChild: (NSString *) childKey
|
||||
{
|
||||
return [(MAPIStoreMessage *) container lookupAttachment: childKey];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user