X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FLeiRefreshMailSync.pm;h=f516f5725f6eb17eeb7f888661b17b831633dd97;hp=0cb9f3dccd48ae934937541453692fd492c91e4a;hb=cb04d2ddfd53c36eaf1a49cadb8158ae76622683;hpb=9a7c75b64e9dc351fddce61b32694d504c2e80c2 diff --git a/lib/PublicInbox/LeiRefreshMailSync.pm b/lib/PublicInbox/LeiRefreshMailSync.pm index 0cb9f3dc..f516f572 100644 --- a/lib/PublicInbox/LeiRefreshMailSync.pm +++ b/lib/PublicInbox/LeiRefreshMailSync.pm @@ -82,7 +82,7 @@ EOM $lei->{opt}->{'mail-sync'} = 1; # for prepare_inputs $self->prepare_inputs($lei, \@folders) or return; 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';