Rework blogview renderer, so it can build the threads with only the information our...
[citadel.git] / webcit / summary.c
index d2eeb2e0703bdff5ed70f4d78007c6667f0849d1..faa4f45b2d82b02e59316919d1d2e7247ce4dc88 100644 (file)
@@ -111,7 +111,7 @@ void tasks_section(void) {
                num_msgs = 0;
        }
        else {
-               num_msgs = load_msg_ptrs("MSGS ALL", NULL, &Stat, NULL);
+               num_msgs = load_msg_ptrs("MSGS ALL", NULL, NULL, &Stat, NULL, NULL, NULL, NULL, 0);
        }
 
        if (num_msgs > 0) {
@@ -160,7 +160,7 @@ void calendar_section(void) {
                num_msgs = 0;
        }
        else {
-               num_msgs = load_msg_ptrs("MSGS ALL", NULL, &Stat, NULL);
+               num_msgs = load_msg_ptrs("MSGS ALL", NULL, NULL, &Stat, NULL, NULL, NULL, NULL, 0);
        }
        calendar_GetParamsGetServerCall(&Stat, 
                                        &v,