Reimplement handling of MIME entities. Now all entities are (more or
authorChris Hanson <org/chris-hanson/cph>
Fri, 29 Dec 2000 03:40:32 +0000 (03:40 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 29 Dec 2000 03:40:32 +0000 (03:40 +0000)
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

index 0e70065a878224c31f6e8e08a76c5bcf3eda21b8..74cc8c2a60bc5eb3d611d3a4d72d77e5fb09963e 100644 (file)
@@ -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