Eliminate problem where RMAIL and IMAIL are both trying to insert
authorChris Hanson <org/chris-hanson/cph>
Thu, 3 Jul 2008 20:08:15 +0000 (20:08 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 3 Jul 2008 20:08:15 +0000 (20:08 +0000)
commita3d8993e72c4e39503ad4b5bfef31d55269940b8
treedc751966ccad46462cd60da0d09b5230c12ebdc1
parentf4b4da7de956c3fa1eff16b468fcb5532412d559
Eliminate problem where RMAIL and IMAIL are both trying to insert
internal headers at the beginning of the message, and then assuming
their own headers are first.  IMAIL now strips out all of its internal
headers when a message is read, regardless of their position, and
appends new ones to the end of the headers block when the message is
written.
v7/src/imail/imail-core.scm
v7/src/imail/imail-file.scm
v7/src/imail/imail-rmail.scm
v7/src/imail/imail-umail.scm