mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-25 07:00:33 +00:00
Monotone-Parent: 89923f7d04e4375aa443fdd8dff39e135c03d636
Monotone-Revision: 1812a19ba38f2f06a9effc1df8533f7058d08129 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-01T23:04:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2011-12-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreFAIMessage.m (-subscriberCanReadMessage)
|
||||
(-subscriberCanModifyMessage): always return "NO" for subscribers.
|
||||
|
||||
* OpenChange/MAPIStoreFSFolder.m: mapped role strings into
|
||||
variables.
|
||||
|
||||
|
||||
@@ -61,4 +61,14 @@
|
||||
return rc;
|
||||
}
|
||||
|
||||
- (BOOL) subscriberCanReadMessage
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (BOOL) subscriberCanModifyMessage
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user