mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 23:25:27 +00:00
merge of 'cedb7ff755d548fba20667453e2f57687b9f0c69'
and 'd9c6f196efed8f1e880b51537ffdc6f0cfd54fe5' Monotone-Parent: cedb7ff755d548fba20667453e2f57687b9f0c69 Monotone-Parent: d9c6f196efed8f1e880b51537ffdc6f0cfd54fe5 Monotone-Revision: 3010ebbe1277877fbfa6abfb4321d877aab63b77 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-01-20T19:24:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -130,7 +130,7 @@ static BOOL sendEMailNotifications = NO;
|
||||
|
||||
if ([component symbolicAccessClass] == iCalAccessPrivate)
|
||||
classification = 1;
|
||||
else if ([component symbolicAccessClass] == iCalAccessPrivate)
|
||||
else if ([component symbolicAccessClass] == iCalAccessConfidential)
|
||||
classification = 2;
|
||||
|
||||
[component setSummary: [self labelForKey: [NSString stringWithFormat: @"%@_class%d", type, classification]]];
|
||||
|
||||
Reference in New Issue
Block a user