]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiLsMailSource.pm
lei: always pass $lei to LeiAuth->op_merge
[public-inbox.git] / lib / PublicInbox / LeiLsMailSource.pm
index 7c3c0cda18d61365bb982990ac7f83ec3ec3516f..5eb7032d78b7252e47dd861c76f1e48ad14b7dad 100644 (file)
@@ -96,7 +96,7 @@ sub lei_ls_mail_source {
        }
        $lei->start_pager if $isatty;
        my $ops = {};
-       $lei->{auth}->op_merge($ops, $self);
+       $lei->{auth}->op_merge($ops, $self, $lei);
        (my $op_c, $ops) = $lei->workers_start($self, 1, $ops);
        $lei->{wq1} = $self;
        $lei->{-err_type} = 'non-fatal';