Replaced cached_msglist array with a btree persistent through the session.
[citadel.git] / citadel / citserver.c
index 86bd0687c9fe4caea3a9ca93aebccca24d3179d2..3f9ac42ab5acd01ca8ac6a4b6bb7e726fa760b10 100644 (file)
@@ -907,7 +907,6 @@ void begin_session(CitContext *con)
        con->download_fp = NULL;
        con->upload_fp = NULL;
        con->cached_msglist = NULL;
-       con->cached_num_msgs = 0;
        con->FirstExpressMessage = NULL;
        time(&con->lastcmd);
        time(&con->lastidle);