mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 02:45:08 +00:00
Monotone-Parent: 1be5732f06e2d40958dabf3dc0142cabc8ac4a21
Monotone-Revision: 052d83040e0d4ee5456c2ee8ef81f588178b384b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-15T20:13:41 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -746,7 +746,8 @@ static NSNumber *sharedYes = nil;
|
||||
privacySqlString = @"and (c_isopaque = 1)";
|
||||
else
|
||||
{
|
||||
email = [activeUser primaryEmail];
|
||||
#warning we do not manage all the user's possible emails
|
||||
email = [[activeUser primaryIdentity] objectForKey: @"email"];
|
||||
|
||||
privacySqlString
|
||||
= [NSString stringWithFormat:
|
||||
|
||||
@@ -274,14 +274,12 @@ static BOOL sendEMailNotifications = NO;
|
||||
iCalPerson *person;
|
||||
NSString *newContent;
|
||||
NSException *ex;
|
||||
NSString *myEMail;
|
||||
|
||||
ex = nil;
|
||||
|
||||
component = [self component: NO];
|
||||
if (component)
|
||||
{
|
||||
myEMail = [[context activeUser] primaryEmail];
|
||||
person = [self findParticipantWithUID: owner];
|
||||
if (person)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user