]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/OverIdx.pm
smsg: get rid of remaining {mime} users
[public-inbox.git] / lib / PublicInbox / OverIdx.pm
index cb15baadf2b8ef525ea8fc2ef7857f5878087ab3..a078f80451fbc06407938e82494d0030bcfcc41f 100644 (file)
@@ -254,7 +254,6 @@ sub subject_path ($) {
 sub add_overview {
        my ($self, $mime, $smsg) = @_;
        $smsg->{lines} = $mime->body_raw =~ tr!\n!\n!;
-       $smsg->{mime} = $mime; # XXX temporary?
        my $hdr = $mime->header_obj;
        my $mids = mids_for_index($hdr);
        my $refs = parse_references($smsg, $hdr, $mids);