]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_pop3.c
* Changed some of the rev-level sensitive stuff to look at the actual version
[citadel.git] / citadel / serv_pop3.c
index 0a089c213b9968b81daa5364cb5448319c999f9f..1544ed48fee3a16b1180cdec59d26429b0e047ab 100644 (file)
@@ -153,7 +153,7 @@ int pop3_grab_mailbox(void) {
        if (getroom(&CC->quickroom, MAILROOM) != 0) return(-1);
 
        /* Load up the messages */
-       CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL, pop3_add_message);
+       CtdlForEachMessage(MSGS_ALL, 0L, (-63), NULL, NULL, pop3_add_message);
 
        /* Figure out which are old and which are new */
         CtdlGetRelationship(&vbuf, &CC->usersupp, &CC->quickroom);