From: Tim Vaughan Date: Fri, 6 Dec 2019 10:58:44 +0000 (+0100) Subject: Removed test code. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=lambdamail.git;a=commitdiff_plain;h=d65171f4b3d1734ee7d13884cdb9da9ba99a3f7c Removed test code. --- diff --git a/lambdamail.scm b/lambdamail.scm index a5c9b3e..a2fd01d 100644 --- a/lambdamail.scm +++ b/lambdamail.scm @@ -358,9 +358,9 @@ (config-spool-dir-set! config (cadr rest-args)))) (run-server config)))))))) -;; (main) +(main) -(define (test) - (run-server (make-config "localhost" 2525 "spool" '() '()))) +;; (define (test) +;; (run-server (make-config "localhost" 2525 "spool" '() '()))) ;; (test)