From 2926f2f22da412058891ccca19f4e5f742f622a1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 15 Jul 2010 17:05:34 +0000 Subject: [PATCH] Monotone-Parent: a3bdc2441cad158c03e3bb175dd766004db14021 Monotone-Revision: b034ac1c0af075ed2d87791ac8da96f40ca72ae5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-07-15T17:05:34 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoParentFolder.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SoObjects/SOGo/SOGoParentFolder.h b/SoObjects/SOGo/SOGoParentFolder.h index bd5bee7de..cfd272121 100644 --- a/SoObjects/SOGo/SOGoParentFolder.h +++ b/SoObjects/SOGo/SOGoParentFolder.h @@ -54,6 +54,9 @@ - (NSException *) newFolderWithName: (NSString *) name nameInContainer: (NSString **) newNameInContainer; +- (id) lookupPersonalFolder: (NSString *) name + ignoringRights: (BOOL) ignoreRights; + @end #endif /* SOGOPARENTFOLDERS_H */