pg.py: default to continue_after_invalid_message=True when calling mailpipe.
authorW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 13:03:33 +0000 (09:03 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 13:03:33 +0000 (09:03 -0400)
commitea43a771f4ed10d1c96e65d44939f1083c9e9114
tree25d04804168d152c5aac28eee12bf99ccaf199f5
parent6ced4993590bd4bd5396f7a11b4d767c9e970942
pg.py: default to continue_after_invalid_message=True when calling mailpipe.

This lets us process a whole mailbox without dying on every invalid
message.  Consider an unfiltered, general-purpose mailbox with lots of
unrelated emails, which can be successfully parsed with
`continue_after_invalid_message`.
bin/pg.py