]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/MboxGz.pm
nntp+www: drop List-* and Archived-At headers
[public-inbox.git] / lib / PublicInbox / MboxGz.pm
index ab3c9770e994905eeb4fed04429267411c76242c..7b0548457c4b7d7f367f9b60c57aa526087a4c35 100644 (file)
@@ -38,7 +38,7 @@ sub getline {
        my $cb = $self->{cb} or return;
        while (my $smsg = $cb->($self)) {
                my $eml = $self->{ibx}->smsg_eml($smsg) or next;
-               $self->zmore(msg_hdr($self, $eml, $smsg->{mid}));
+               $self->zmore(msg_hdr($self, $eml));
                return $self->translate(msg_body($eml));
        }
        # signal that we're done and can return undef next call: