aboutsummaryrefslogtreecommitdiffstats
path: root/pygn2m
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2014-12-22 02:40:39 +0100
committerMatěj Cepl <mcepl@cepl.eu>2014-12-22 02:40:39 +0100
commit45552a9cb1ac5433fd2010d1736b41a3393b9b6b (patch)
tree8e0e54e73deced9b3604c59b7f417d3592d9180d /pygn2m
parent5b25c51d3a02d49db2c7e33f9b65fad5432219f4 (diff)
downloadpygn-45552a9cb1ac5433fd2010d1736b41a3393b9b6b.tar.gz
pygm2n and mail2news also use email.Parser.
Diffstat (limited to 'pygn2m')
-rwxr-xr-xpygn2m2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygn2m b/pygn2m
index 03f5ee7..14bb1e9 100755
--- a/pygn2m
+++ b/pygn2m
@@ -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)