MSGS command can now do full text search on the room
[citadel.git] / citadel / euidindex.c
index bd0da8929a69782d4df5f749949376561831dd36..dd9b171dc6e6d27b684cd88021535d671a883cd2 100644 (file)
@@ -192,7 +192,7 @@ void rebuild_euid_index_for_room(struct ctdlroom *qrbuf, void *data) {
                                        "Rebuilding EUID index for <%s>\n",
                                        rplist->name);
                                usergoto(rplist->name, 0, 0, NULL, NULL);
-                               CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL,
+                               CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL, NULL,
                                        rebuild_euid_index_for_msg, NULL);
                        }
                }