]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/smtp/serv_smtpclient.c
Removed references to Subversion in the code
[citadel.git] / citadel / modules / smtp / serv_smtpclient.c
index ead668636b3366554d8c1f1c7c2f4f2fe407e68f..8a5ef1040d2d442f89dd7664ef721852abf824c9 100644 (file)
@@ -961,6 +961,7 @@ void smtp_do_queue(void) {
                num_processed = CtdlForEachMessage(MSGS_ALL, 0L, NULL, SPOOLMIME, NULL, smtp_do_procmsg, NULL);
        }
        syslog(LOG_INFO, "SMTP client: queue run completed; %d messages processed", num_processed);
+       run_queue_now = 0;
        is_running = 0;
 }
 
@@ -999,6 +1000,6 @@ CTDL_MODULE_INIT(smtp_client)
                CtdlRegisterProtoHook(cmd_smtp, "SMTP", "SMTP utility commands");
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "smtp";
 }