This catches the doc up with misc/xml/be-mail-to-xml:
commit
c8985785eb741ff646082879f1ca5e9cfe3873b0
Author: W. Trevor King <wking@drexel.edu>
Date: Wed Jan 20 15:22:28 2010 -0500
'be-mbox-to-xml' -> 'be-mail-to-xml' + support for several formats.
Examples:
-Import comments (e.g. emails from an mbox) and append to bug /XYZ:
+Import comments (e.g. emails from a mailbox) and append to bug /XYZ:
- $ be-mbox-to-xml mail.mbox | be import-xml --r /XYZ -
+ $ be-mail-to-xml mail.mbox | be import-xml --r /XYZ -
Or you can append those emails underneath the prexisting comment /XYZ/3:
- $ be-mbox-to-xml mail.mbox | be import-xml --r /XYZ/3 -
+ $ be-mail-to-xml mail.mbox | be import-xml --r /XYZ/3 -
User creates a new bug: