]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_calendar.c
In WIKI rooms, clients can supply a message EUID
[citadel.git] / citadel / serv_calendar.c
index 527982072e37512c1ec92b9ff5cff0ca378fd5fa..8d1dff6016b00a7b62a28e2d878cfa30c465f810 100644 (file)
@@ -321,6 +321,7 @@ void ical_send_a_reply(icalcomponent *request, char *action) {
                        CC->room.QRname, 0, FMT_RFC822,
                        "",
                        summary_string,         /* Use summary for subject */
+                       NULL,
                        reply_message_text);
        
                if (msg != NULL) {
@@ -697,6 +698,7 @@ int ical_update_my_calendar_with_reply(icalcomponent *cal) {
                        0, FMT_RFC822,
                        "",
                        "",             /* no subject */
+                       NULL,
                        message_text);
        
                if (msg != NULL) {
@@ -1589,6 +1591,7 @@ void ical_send_out_invitations(icalcomponent *cal) {
                        CC->room.QRname, 0, FMT_RFC822,
                        "",
                        summary_string,         /* Use summary for subject */
+                       NULL,
                        request_message_text);
        
                if (msg != NULL) {