]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
Replaced cached_msglist array with a btree persistent through the session.
[citadel.git] / citadel / citserver.c
index 2a7e335a54687eb928ac7dfb2724dd81fe0e3963..d2dee4a04ebf1973d7c8f3923c3bcd0d23cab8c8 100644 (file)
@@ -881,7 +881,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);