be-mbox-to-xml is now better at message-id, in-reply-to, and references.
authorW. Trevor King <wking@drexel.edu>
Tue, 21 Jul 2009 18:17:03 +0000 (14:17 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 21 Jul 2009 18:17:03 +0000 (14:17 -0400)
commitb6f34db0ce3b5d93ecb740bae064342f7eb05587
tree4aaaca3d5428c07d5415a45ebe3546dffcd2ef6c
parenteee872e51ef0b44a526dc981ef78e48a93ad8116
be-mbox-to-xml is now better at message-id, in-reply-to, and references.

A previous "len(ret) >= 0" had been stripping the alt-id and
in-reply-to from _all_ parts of multipart comments.  Now it only
strips them from parts after the first.  The following parts do not
specify and alt-id, and they all are in-reply-to the first part.

I also added the KNOWN_IDS list for selecting amongst an array of
possible in-reply-to or references ids.  This works well enough for
now, but would be more robust if we could import a list of previously
known ids from BE...
interfaces/xml/be-mbox-to-xml