mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
Monotone-Parent: d7078410ff174b441e08902d0d87364ea464be95
Monotone-Revision: 2a01eb91060e570b3c80b7c6f5cfc53ea0e7f0d6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-02T17:14:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -105,7 +105,10 @@
|
||||
|
||||
- (BOOL) subscriberCanModifyMessage
|
||||
{
|
||||
return ([(MAPIStoreFolder *) container subscriberCanModifyMessages]
|
||||
return ((isNew
|
||||
&& [(MAPIStoreFolder *) container subscriberCanCreateMessages])
|
||||
|| (!isNew
|
||||
&& [(MAPIStoreFolder *) container subscriberCanModifyMessages])
|
||||
|| [self _messageIsFreeBusy]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user