]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
Cache the most recently fetched msglist in CtdlForEachMessage()
[citadel.git] / citadel / citserver.c
index f43f8736e81dc4bf48e1f4ade916f7c053d487cf..d2dee4a04ebf1973d7c8f3923c3bcd0d23cab8c8 100644 (file)
@@ -880,6 +880,7 @@ void begin_session(CitContext *con)
        con->internal_pgm = 0;
        con->download_fp = NULL;
        con->upload_fp = NULL;
+       con->cached_msglist = NULL;
        con->FirstExpressMessage = NULL;
        time(&con->lastcmd);
        time(&con->lastidle);