MSGS command can now do full text search on the room
[citadel.git] / citadel / serv_pop3.c
index a6f004e00f8d535bb04c1f2fe6ecb59ee7cf5c0a..db1689fb88e37487214803fc6d17e557d06f0a81 100644 (file)
@@ -180,7 +180,7 @@ int pop3_grab_mailbox(void) {
        if (getroom(&CC->room, MAILROOM) != 0) return(-1);
 
        /* Load up the messages */
-       CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL,
+       CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL, NULL,
                pop3_add_message, NULL);
 
        /* Figure out which are old and which are new */