]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NNTP.pm
www: move mirror instructions to /text/
[public-inbox.git] / lib / PublicInbox / NNTP.pm
index aea04c05464b28b30d5e8d7a713e5da0446c9282..ea9ce18358f984e546d86b501defde569d8ac4ec 100644 (file)
@@ -210,7 +210,7 @@ sub listgroup_range_i {
 
 sub listgroup_all_i {
        my ($self, $num) = @_;
-       my $ary = $self->{ibx}->mm(1)->ids_after($num);
+       my $ary = $self->{ibx}->over(1)->ids_after($num);
        scalar(@$ary) or return;
        more($self, join("\r\n", @$ary));
        1;