MSGS command can now do full text search on the room
[citadel.git] / citadel / serv_smtp.c
index e1a933475207541eec10b63e70c30ae05dcae20c..ac12d1eaa49f69c7d586e781629e853fb42afc17 100644 (file)
@@ -1700,7 +1700,7 @@ void smtp_do_queue(void) {
                lprintf(CTDL_ERR, "Cannot find room <%s>\n", SMTP_SPOOLOUT_ROOM);
                return;
        }
-       CtdlForEachMessage(MSGS_ALL, 0L,
+       CtdlForEachMessage(MSGS_ALL, 0L, NULL,
                SPOOLMIME, NULL, smtp_do_procmsg, NULL);
 
        lprintf(CTDL_INFO, "SMTP: queue run completed\n");