about summary refs log tree commit homepage
path: root/lib/PublicInbox/OverIdx.pm
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-06-01 10:06:54 +0000
committerEric Wong <e@yhbt.net>2020-06-03 04:04:21 +0000
commit4723390cc4bb76762a9d60feecb66482caaef6a7 (patch)
treea5216e97ff0e767ac758ddd865aeae8d0fb9d499 /lib/PublicInbox/OverIdx.pm
parent49ce43454cce10505d6aeea14521c03e6224a745 (diff)
downloadpublic-inbox-4723390cc4bb76762a9d60feecb66482caaef6a7.tar.gz
We'll let $smsg->populate take care of everything all at once
without hanging onto the header object for too long.
Diffstat (limited to 'lib/PublicInbox/OverIdx.pm')
-rw-r--r--lib/PublicInbox/OverIdx.pm1
1 files changed, 0 insertions, 1 deletions
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);