]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/OverIdx.pm
ds: remove fields.pm usage
[public-inbox.git] / lib / PublicInbox / OverIdx.pm
index cb15baadf2b8ef525ea8fc2ef7857f5878087ab3..c7f45a6c910a91b98ca3500c0b06ed5e4a8c35c5 100644 (file)
@@ -254,11 +254,10 @@ 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);
-       my $subj = $smsg->subject;
+       my $subj = $smsg->{subject};
        my $xpath;
        if ($subj ne '') {
                $xpath = subject_path($subj);