]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NNTP.pm
store less data in the Xapian document
[public-inbox.git] / lib / PublicInbox / NNTP.pm
index fa890cb2cb274c7d9cb9afb1a461792a03a1fc2e..ace56e7a15f0e2faa58ed155a7ecb5bcc5ece340 100644 (file)
@@ -725,7 +725,7 @@ sub hdr_searchmsg ($$$$) {
                        my $nr = scalar @$msgs or return;
                        my $tmp = '';
                        foreach my $s (@$msgs) {
-                               $tmp .= $s->num . ' ' . $s->$field . "\r\n";
+                               $tmp .= $s->{num} . ' ' . $s->$field . "\r\n";
                        }
                        utf8::encode($tmp);
                        do_more($self, $tmp);