Age | Commit message (Collapse) | Author |
|
Without this you would get an error like this:
Failed to parse mbox:
b'/bin/sh: 1: Syntax error: "(" unexpected\n'
This especially matters when loading files downloaded with a browser,
since those often contain (1) or (2) if a file with the same name was
downloaded earlier.
|
|
|
|
pep8 standard for indentation
|
|
Some minor cleanups as well, but mostly just the output of the 2to3 tool
and some manual changes.
|
|
|
|
We call formail to do this, since it breaks on a few less emails than
the regular mbox parser.
|