diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2014-12-22 02:40:39 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2014-12-22 02:40:39 +0100 |
commit | 45552a9cb1ac5433fd2010d1736b41a3393b9b6b (patch) | |
tree | 8e0e54e73deced9b3604c59b7f417d3592d9180d /pygn2m | |
parent | 5b25c51d3a02d49db2c7e33f9b65fad5432219f4 (diff) | |
download | pyg-45552a9cb1ac5433fd2010d1736b41a3393b9b6b.tar.gz |
pygm2n and mail2news also use email.Parser.
Diffstat (limited to 'pygn2m')
-rwxr-xr-x | pygn2m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ try: # prints formatted email message only (without send) if user wants if args.verbose: for line in n2m.headers: - print(line[:-1]) + print(line) if owner is None: sys.exit(1) |