Formatting improvement.
authorTim Vaughan <tgvaughan@gmail.com>
Wed, 4 Sep 2019 22:01:51 +0000 (00:01 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Wed, 4 Sep 2019 22:01:51 +0000 (00:01 +0200)
lambdamail.scm

index 90c186f..07b1451 100644 (file)
        (print-error-message o)
        #t)))
 
+
 ;; Local delivery
 
 (define (get-local-addresses config)
   (print "* MESSAGE DELIVERED (local)")
   #t)
 
+
 ;; Remote delivery
 
 (define (get-domain-from-email email-string)
                                '(("\n" . "\r\n")))))
        (write-string processed-string #f tcp-out)))))
 
+
 ;;; Command line argument parsing
 ;;