Fix typo: "Content-Encoding" -> "Content-Transfer-Encoding".
authorChris Hanson <org/chris-hanson/cph>
Mon, 12 Jun 2000 03:29:43 +0000 (03:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 12 Jun 2000 03:29:43 +0000 (03:29 +0000)
v7/src/edwin/sendmail.scm

index ce034e2ac41d18d94dbe1d352c68201c5fe984a8..b392dc9ba9e22847c97157ca9a78f3c179690ae9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: sendmail.scm,v 1.54 2000/06/12 01:38:12 cph Exp $
+;;; $Id: sendmail.scm,v 1.55 2000/06/12 03:29:43 cph Exp $
 ;;;
 ;;; Copyright (c) 1991-2000 Massachusetts Institute of Technology
 ;;;
@@ -883,7 +883,7 @@ the user from the mailer."
                    (mime-parameters->string parameters)))
     (mail-insert-field-value
      m
-     "Content-Encoding"
+     "Content-Transfer-Encoding"
      (if (and (eq? type 'MESSAGE) (eq? subtype 'RFC822))
         "7bit"
         "base64"))