X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsummary.c;h=41d2aa025828dfd6b2fd70b74752122c0bf4a9ce;hb=16939d06be6f78ee5ca6b0d5e7072e3cfcfdbb3f;hp=c18b57b81b05a08a2ef590dbded5a9680e7ee25a;hpb=175772212814e61c29e8905675d03800c22ddccb;p=citadel.git diff --git a/webcit/summary.c b/webcit/summary.c index c18b57b81..41d2aa025 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -98,7 +98,7 @@ void tasks_section(void) { wprintf("
\n"); } else { - at = GetNewHashPos(); + at = GetNewHashPos(WCC->summ, 0); while (GetNextHashPos(WCC->summ, at, &HKLen, &HashKey, &vMsg)) { Msg = (message_summary*) vMsg; display_task(Msg, 0); @@ -138,7 +138,7 @@ void calendar_section(void) { wprintf("
\n"); } else { - at = GetNewHashPos(); + at = GetNewHashPos(WCC->summ, 0); while (GetNextHashPos(WCC->summ, at, &HKLen, &HashKey, &vMsg)) { Msg = (message_summary*) vMsg; load_calendar_item(Msg, 0, &c);