Aggregation of remote POP3 accounts is now working.
[citadel.git] / citadel / modules / calendar / serv_calendar.c
index 2809ddc96830878f72ad74a74cf42e7546be55de..05fe7d9947e45aa5c9c5d5427138966730b7f547 100644 (file)
@@ -1457,7 +1457,7 @@ void ical_putics(void)
        }
 
        cprintf("%d Transmit data now\n", SEND_LISTING);
-        calstream = CtdlReadMessageBody("000", config.c_maxmsglen, NULL, 0);
+        calstream = CtdlReadMessageBody("000", config.c_maxmsglen, NULL, 0, 0);
        if (calstream == NULL) {
                return;
        }