* More work on the XMPP dead buddy list
[citadel.git] / citadel / modules / pop3 / serv_pop3.c
index 7dd317db3f7fe17f12699b34fdd83c574a6bc0bc..5d8ef5ad755e0daf72fe5575b1ad0d0f79fe94fd 100644 (file)
@@ -421,7 +421,6 @@ void pop3_top(char *argbuf) {
        cprintf("+OK Message %d:\r\n", which_one);
        
        ptr = ChrPtr(msgtext);
-       // TODO: use buffer stuff here
        while (ptr = memreadline(ptr, buf, (sizeof buf - 2)),
              ( (*ptr != 0) && (done == 0))) {
                strcat(buf, "\r\n");