From 3da0c4584fcdf90a95ec43fdcffc083b9c1a90c1 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 8 Jul 2014 00:21:26 +0300 Subject: [PATCH] Quote decrypted message --- lib/App/EdwardNG.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/EdwardNG.pm b/lib/App/EdwardNG.pm index e778d6a..a9cac08 100644 --- a/lib/App/EdwardNG.pm +++ b/lib/App/EdwardNG.pm @@ -33,7 +33,7 @@ sub mg { sub first_part{ my ($ent) = @_; return first_part $ent->parts(0) if $ent->parts; - $ent->bodyhandle->as_string + stringify [$ent->bodyhandle->as_lines] } sub process_message { -- 2.30.2