From f0129f6312c46b1d3555289cc378a1c8ada5be2f Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 1 Oct 2010 21:19:03 +0000 Subject: [PATCH] Monotone-Parent: 3fc270699f526815c0a80c91edc34d0022547efb Monotone-Revision: e46203402a1f2d996395599061c75452a98958d3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-01T21:19:03 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailFolder.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SoObjects/Mailer/SOGoMailFolder.h b/SoObjects/Mailer/SOGoMailFolder.h index 5e18ad095..0d236cf1f 100644 --- a/SoObjects/Mailer/SOGoMailFolder.h +++ b/SoObjects/Mailer/SOGoMailFolder.h @@ -49,6 +49,9 @@ - (NSString *) absoluteImap4Name; /* messages */ +- (NSArray *) toOneRelationshipKeys; +- (NSArray *) toManyRelationshipKeys; + - (NSException *) deleteUIDs: (NSArray *) uids useTrashFolder: (BOOL) withTrash inContext: (id) context;