This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Chris.Pickett
Recipients Chris.Pickett
Date 2012-07-01.05:02:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341118945.33.0.829442271947.issue15232@psf.upfronthosting.co.za>
In-reply-to
Content
tar xvfz maildir_bug.tar.gz
cd maildir_bug
./bug.sh

The attachment contains a maildir with a single message.  This message has two body lines beginning with 'From '.  When converted to mbox using the maildir2mbox.py, only the second line gets a '>' at the beginning.  Thunderbird subsequently splits the message in two.  I think the fix is to put a '>' in front of each 'From ' line and not just the second one.  However, when I did that, Thunderbird displayed the '>', so either it is not the right fix, or Thunderbird has a bug.

I am using Python 2.7.1.  I searched the bug tracker and didn't see this issue, so decided to file even though I don't have the latest version.

Chris
History
Date User Action Args
2012-07-01 05:02:25Chris.Pickettsetrecipients: + Chris.Pickett
2012-07-01 05:02:25Chris.Pickettsetmessageid: <1341118945.33.0.829442271947.issue15232@psf.upfronthosting.co.za>
2012-07-01 05:02:24Chris.Pickettlinkissue15232 messages
2012-07-01 05:02:24Chris.Pickettcreate