MSGS command can now do full text search on the room
[citadel.git] / citadel / serv_vandelay.c
index 501e5b74f5163d8d29074a5751f4945a589ae511..730eee13ce20f02dc82aa75d191360998da0748c 100644 (file)
@@ -103,7 +103,7 @@ void artv_export_rooms_backend(struct ctdlroom *qrbuf, void *data) {
        /* format of message list export is all message numbers output
         * one per line terminated by a 0.
         */
-       CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL,
+       CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL, NULL,
                artv_export_room_msg, NULL);
        cprintf("0\n");