]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchIdx.pm
reduce scope of mbox From_ line removal
[public-inbox.git] / lib / PublicInbox / SearchIdx.pm
index d1290dc208e37eb7689deff009da165fa5234ed1..579b85e3927cfd70df044db9ff9a224335e2a1d9 100644 (file)
@@ -553,8 +553,6 @@ sub do_cat_mail {
        my ($git, $blob, $sizeref) = @_;
        my $str = $git->cat_file($blob, $sizeref) or
                die "BUG: $blob not found in $git->{git_dir}";
-       # fixup bugs from import:
-       $$str =~ s/\A[\r\n]*From [^\r\n]*\r?\n//s;
        PublicInbox::MIME->new($str);
 }