Rework blogview renderer, so it can build the threads with only the information our...
[citadel.git] / webcit / useredit.c
index f710513cbc316e6c453bd8cd59780b216c279af3..fd26e8a392581d1212da22f9b50b8c8932aa73d9 100644 (file)
@@ -527,7 +527,7 @@ TRYAGAIN:
        Stat.lowest_found = (-1);
        Stat.highest_found = (-1);
        /* Search for the user's vCard */
-       if (load_msg_ptrs("MSGS ALL||||1", NULL, &Stat, NULL) > 0) {
+       if (load_msg_ptrs("MSGS ALL||||1", NULL, NULL, &Stat, NULL, NULL, NULL, NULL, 0) > 0) {
                at = GetNewHashPos(WCC->summ, 0);
                while (GetNextHashPos(WCC->summ, at, &HKLen, &HashKey, &vMsg)) {
                        Msg = (message_summary*) vMsg;