]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwAttach.pm
www: discard multipart parent on iteration
[public-inbox.git] / lib / PublicInbox / WwwAttach.pm
index cda1c6c8db3a0745e8ad28a1cffaad05e10de6cf..92f47e4913ae7b006da939e612969f3fdf1ad1a4 100644 (file)
@@ -40,7 +40,7 @@ sub get_attach ($$$) {
        my $mime = $ctx->{-inbox}->msg_by_mid($ctx->{mid}) or return $res;
        $mime = PublicInbox::MIME->new($mime);
        $res->[3] = $idx;
-       msg_iter($mime, \&get_attach_i, $res);
+       msg_iter($mime, \&get_attach_i, $res, 1);
        pop @$res; # cleanup before letting PSGI server see it
        $res
 }