From 4723390cc4bb76762a9d60feecb66482caaef6a7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 1 Jun 2020 10:06:54 +0000 Subject: smsg: get rid of remaining {mime} users We'll let $smsg->populate take care of everything all at once without hanging onto the header object for too long. --- lib/PublicInbox/OverIdx.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/PublicInbox/OverIdx.pm') diff --git a/lib/PublicInbox/OverIdx.pm b/lib/PublicInbox/OverIdx.pm index cb15baad..a078f804 100644 --- a/lib/PublicInbox/OverIdx.pm +++ b/lib/PublicInbox/OverIdx.pm @@ -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); -- cgit v1.2.3-24-ge0c7