From 45552a9cb1ac5433fd2010d1736b41a3393b9b6b Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 22 Dec 2014 02:40:39 +0100 Subject: pygm2n and mail2news also use email.Parser. --- pygn2m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygn2m') 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) -- cgit