mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-10 04:49:46 +00:00
Monotone-Parent: c80330da9a8ac34c6b7766f390131ea49ac47d5b
Monotone-Revision: 6c3815301043c73cd8c87444dacb26fe1331a86f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-10T16:18:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -402,7 +402,9 @@ static BOOL sendEMailNotifications = NO;
|
||||
/* construct message content */
|
||||
p = [app pageWithName: pageName inContext: context];
|
||||
[p setApt: event];
|
||||
[p setAttendee: [event findParticipant: ownerUser]];
|
||||
|
||||
attendee = [event findParticipant: ownerUser];
|
||||
[p setAttendee: attendee];
|
||||
|
||||
/* construct message */
|
||||
headerMap = [NGMutableHashMap hashMapWithCapacity: 5];
|
||||
|
||||
Reference in New Issue
Block a user