Leave attachment markers in the output message. The result will be an
authorChris Hanson <org/chris-hanson/cph>
Mon, 1 Oct 2001 16:22:50 +0000 (16:22 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 1 Oct 2001 16:22:50 +0000 (16:22 +0000)
exact copy of the buffer contents.

v7/src/imail/imail-top.scm

index 6e307646a6a9d8b49aa761a58f2fe1d399183fa5..28648d612cc4f9c53f6ad7a2dbfac272a57d63cf 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-top.scm,v 1.274 2001/09/29 03:00:13 cph Exp $
+;;; $Id: imail-top.scm,v 1.275 2001/10/01 16:22:50 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology
 ;;;
@@ -883,7 +883,7 @@ This command writes the message to the output file in human-readable format,
                      (insert-chars #\= 79 mark)
                      (insert-newlines 2 mark))
                    (set! write-separator? #t))
-               (insert-message message #t 0 mark)))
+               (insert-message message #f 0 mark)))
            (mark-temporary! mark))
          (append-to-file (buffer-region buffer) pathname #t 'DEFAULT))))))
 \f