X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FLeiMailDiff.pm;h=4f3a4608d8e0beceafda3830b9fff41ffbae6b4d;hp=a29ae2259f71dfba9e5c2f1f5d28305685da73f4;hb=cb04d2ddfd53c36eaf1a49cadb8158ae76622683;hpb=9a7c75b64e9dc351fddce61b32694d504c2e80c2 diff --git a/lib/PublicInbox/LeiMailDiff.pm b/lib/PublicInbox/LeiMailDiff.pm index a29ae225..4f3a4608 100644 --- a/lib/PublicInbox/LeiMailDiff.pm +++ b/lib/PublicInbox/LeiMailDiff.pm @@ -83,7 +83,7 @@ sub lei_mail_diff { $lei->{opt}->{color} //= $isatty; $lei->start_pager if $isatty; my $ops = {}; - $lei->{auth}->op_merge($ops, $self) if $lei->{auth}; + $lei->{auth}->op_merge($ops, $self, $lei) if $lei->{auth}; (my $op_c, $ops) = $lei->workers_start($self, 1, $ops); $lei->{wq1} = $self; $lei->{-err_type} = 'non-fatal';