Monotone-Parent: 09fd3c049d8fce6a780967f22bad7504e5227848

Monotone-Revision: dce141ada92f68343c2d1685722e6b8c8182168b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-08T13:35:44
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-03-08 13:35:44 +00:00
parent 1694eb7d4b
commit c06f05125c
3 changed files with 52 additions and 29 deletions

View File

@@ -308,8 +308,7 @@
[person setRole: @"REQ-PARTICIPANT"];
// FIXME: We must NOT always rely on this
if (![dict objectForKey: @"x500dn"]
&& ![vEvent isAttendee: [person rfc822Email]])
if (![vEvent isAttendee: [person rfc822Email]])
[vEvent addToAttendees: person];
[person release];