X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsummary.c;h=cbc22f6547ed94d28448851dd6b1e567d03b7aba;hb=adc9f3079beac31291ee9c94d7db00575aa4694e;hp=43c8e590dac5bffac585b0ab0115447fa5363ed3;hpb=f573ffd76f7b76fe677cff1ba60e17c6b9eddbec;p=citadel.git diff --git a/webcit/summary.c b/webcit/summary.c index 43c8e590d..cbc22f654 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -101,6 +101,7 @@ void tasks_section(void) { Msg = (message_summary*) vMsg; display_task(Msg, 0); } + DeleteHashPos(&at); } if (calendar_summary_view() < 1) { @@ -143,6 +144,7 @@ void calendar_section(void) { Msg = (message_summary*) vMsg; load_calendar_item(Msg, 0, &c); } + DeleteHashPos(&at); } if (calendar_summary_view() < 1) { wprintf("");