Expunge FOLDER-SUPPORTS-MIME? and restructure INSERT-MESSAGE in
authorTaylor R. Campbell <net/mumble/campbell>
Fri, 16 Dec 2005 02:04:59 +0000 (02:04 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Fri, 16 Dec 2005 02:04:59 +0000 (02:04 +0000)
commit8e4e7e0ca47c60177f6b43e99f9a422818ce6d2e
treead1d3ec7329644c330b0db01f71728ef962c65e0
parentfe2a5ade13490ad27b9b94edd22cb7b9e7c81155
Expunge FOLDER-SUPPORTS-MIME? and restructure INSERT-MESSAGE in
imail-top.scm slightly to fix bug introduced with new MIME parser,
where non-MIME messages in folders that claim to support MIME would
cause errors by trying to walk a MIME body structure that is #F.
Folders that support MIME specially now need only to implement
different MIME-MESSAGE-BODY-STRUCTURE & WRITE-MIME-MESSAGE-BODY-PART
methods, since there is default MIME support for all folders now.
v7/src/imail/imail-core.scm
v7/src/imail/imail-file.scm
v7/src/imail/imail-imap.scm
v7/src/imail/imail-mime.scm
v7/src/imail/imail-top.scm