]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_smtp.c
* Changed some of the rev-level sensitive stuff to look at the actual version
[citadel.git] / citadel / serv_smtp.c
index 3e8edcb342f878617eae034f49ca105461d72dee..717fb17c550a13fc158fdde045a1be7cdca2520c 100644 (file)
@@ -1433,7 +1433,8 @@ void smtp_do_queue(void) {
                lprintf(3, "Cannot find room <%s>\n", SMTP_SPOOLOUT_ROOM);
                return;
        }
-       CtdlForEachMessage(MSGS_ALL, 0L, SPOOLMIME, NULL, smtp_do_procmsg);
+       CtdlForEachMessage(MSGS_ALL, 0L, (-127),
+               SPOOLMIME, NULL, smtp_do_procmsg);
 
        lprintf(7, "SMTP: queue run completed\n");
        doing_queue = 0;