mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
Monotone-Parent: 105b571703ff5c4cc1024854ef8a1d987aef2bf1
Monotone-Revision: deb19e29a470db5c60606444f9e82eb9aa85ce1d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-08-17T20:12:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -210,7 +210,13 @@ static Class NSArrayK;
|
||||
- (int) getPidTagMessageClass: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
*data = talloc_strdup (memCtx, "IPM.Appointment");
|
||||
SOGoUser *owner;
|
||||
|
||||
owner = [[self userContext] sogoUser];
|
||||
if ([masterEvent userAsAttendee: owner])
|
||||
*data = talloc_strdup (memCtx, "IPM.Schedule.Meeting.Request");
|
||||
else
|
||||
*data = talloc_strdup (memCtx, "IPM.Appointment");
|
||||
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user