Initial attempt to guarantee MIME compliance when sending messages.
authorChris Hanson <org/chris-hanson/cph>
Thu, 8 Jun 2000 20:57:13 +0000 (20:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 8 Jun 2000 20:57:13 +0000 (20:57 +0000)
v7/src/edwin/sendmail.scm

index 4154686643c7c25441e8a8f6044078b6b200fdb0..d2016fc9f6d65c6e0ef376dcfcf386f466fc79bb 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: sendmail.scm,v 1.50 2000/06/08 20:56:46 cph Exp $
+;;; $Id: sendmail.scm,v 1.51 2000/06/08 20:57:13 cph Exp $
 ;;;
 ;;; Copyright (c) 1991-2000 Massachusetts Institute of Technology
 ;;;
@@ -536,7 +536,7 @@ Here are commands that move to a header field (and create it if there isn't):
        (mail-insert-field header-end field))))
 
 (define (mail-insert-field-value! header-start header-end field value)
-  (insert-string value (mail-new-field! start header-end field)))
+  (insert-string value (mail-new-field! header-start header-end field)))
 \f
 (define-command mail-signature
   "Sign letter with contents of ~/.signature file."