]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.c
* Began work on meeting request accept/decline
[citadel.git] / webcit / messages.c
index 1ba076cc08da857efb50454f6a1632bf1442ec57..5d0eef91cbcd90f249a559255c131923253b0f96 100644 (file)
@@ -489,7 +489,8 @@ void read_message(long msgnum) {
        if (strlen(cal_partnum) > 0) {
                part_source = load_mimepart(msgnum, cal_partnum);
                if (part_source != NULL) {
-                       cal_process_attachment(part_source);
+                       cal_process_attachment(part_source,
+                                               msgnum, cal_partnum);
                }
        }