From: Marius Gavrilescu Date: Mon, 7 Jul 2014 21:21:26 +0000 (+0300) Subject: Quote decrypted message X-Git-Url: http://git.ieval.ro/?p=app-edwardng.git;a=commitdiff_plain;h=3da0c4584fcdf90a95ec43fdcffc083b9c1a90c1 Quote decrypted message --- 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 {