oc-calendar: Fix property values of invitation responses

The value of `PidTagResponseRequested` property in the invitation mail
wasn't being set properly, while the `PidTagReplyRequested` property
wasn't being set at all. This caused invitation response mails not to be
sent. Both properties are expected to be `true`.
This commit is contained in:
Juan Vallés
2015-05-06 16:22:06 +02:00
parent 54b405a83d
commit 0a285eedec
2 changed files with 16 additions and 17 deletions

View File

@@ -35,6 +35,7 @@
{
BOOL headerSetup;
BOOL mailIsEvent;
BOOL mailIsMeetingRequest;
BOOL mailIsSharingObject;
NSString *mimeKey;
NSString *headerCharset;