Quote decrypted message
[app-edwardng.git] / 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.010092 seconds and 4 git commands to generate.