Quote decrypted message
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 7 Jul 2014 21:21:26 +0000 (00:21 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 7 Jul 2014 21:21:26 +0000 (00:21 +0300)
lib/App/EdwardNG.pm

index e778d6a20b70f6c065ca5a6f47b1c89a44238976..a9cac089365c515bf4f89e67d2b7a7c3d17b1d8d 100644 (file)
@@ -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 {
This page took 0.010419 seconds and 4 git commands to generate.