From 87a2ae24d85efe1f031d1e42b5d5c557febd626e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 29 Dec 2000 03:40:32 +0000 Subject: [PATCH] Reimplement handling of MIME entities. Now all entities are (more or less) well-formed XML, using the keyword "imail-part". Presentation of an entity is now consistent, whether it was originally shown inline or out of line. New option allows message digests to have their messages show out of line. imail-use-original-mime-boundaries replaced by imail-mime-boundary-style; the latter additionally supports a boundary that is an SGML comment. --- v7/src/imail/load.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/load.scm b/v7/src/imail/load.scm index 0e70065a8..74cc8c2a6 100644 --- a/v7/src/imail/load.scm +++ b/v7/src/imail/load.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.22 2000/12/19 18:55:03 cph Exp $ +;;; $Id: load.scm,v 1.23 2000/12/29 03:40:32 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; @@ -27,4 +27,4 @@ (lambda () (fluid-let ((*allow-package-redefinition?* #t)) (package/system-loader "imail" '() 'QUERY)))) -(add-subsystem-identification! "IMAIL" '(1 7)) \ No newline at end of file +(add-subsystem-identification! "IMAIL" '(1 8)) \ No newline at end of file -- 2.25.1