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