* merge from dav_rework:
[citadel.git] / webcit / summary.c
index 1e81a59d00dad6dc7f3cdd9d7735a6a82d279a56..24048507035caf0e5ada4775e24f318668815696 100644 (file)
@@ -100,7 +100,7 @@ void tasks_section(void) {
                num_msgs = 0;
        }
        else {
-               num_msgs = load_msg_ptrs("MSGS ALL", &Stat);
+               num_msgs = load_msg_ptrs("MSGS ALL", &Stat, NULL);
        }
 
        if (num_msgs > 0) {
@@ -148,7 +148,7 @@ void calendar_section(void) {
                num_msgs = 0;
        }
        else {
-               num_msgs = load_msg_ptrs("MSGS ALL", &Stat);
+               num_msgs = load_msg_ptrs("MSGS ALL", &Stat, NULL);
        }
        calendar_GetParamsGetServerCall(&Stat, 
                                        &v,