mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 04:48:52 +00:00
Monotone-Parent: a1a4f8e01241e22f0964fc0320be28504ae6e68b
Monotone-Revision: 1f5b4286b78bd24005e7d3227993347564bf76b5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-09-06T18:29:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -210,12 +210,12 @@ static Class NSArrayK;
|
||||
- (int) getPidTagMessageClass: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
// SOGoUser *owner;
|
||||
SOGoUser *owner;
|
||||
|
||||
// owner = [[self userContext] sogoUser];
|
||||
// if ([masterEvent userAsAttendee: owner])
|
||||
// *data = talloc_strdup (memCtx, "IPM.Schedule.Meeting.Request");
|
||||
// else
|
||||
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