X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FLeiImport.pm;h=d8f39fdf171bfcd99ac507b02acc0887fec12b96;hp=2f8fd6c64f69f4348a6bcb77335ba8bcdf32d85d;hb=cb04d2ddfd53c36eaf1a49cadb8158ae76622683;hpb=9a7c75b64e9dc351fddce61b32694d504c2e80c2 diff --git a/lib/PublicInbox/LeiImport.pm b/lib/PublicInbox/LeiImport.pm index 2f8fd6c6..d8f39fdf 100644 --- a/lib/PublicInbox/LeiImport.pm +++ b/lib/PublicInbox/LeiImport.pm @@ -103,7 +103,7 @@ sub do_import_index ($$@) { ($lei->{opt}->{'new-only'} && (!$net || !$net->{imap_order})) and warn "# --new-only is only for IMAP\n"; my $ops = {}; - $lei->{auth}->op_merge($ops, $self) if $lei->{auth}; + $lei->{auth}->op_merge($ops, $self, $lei) if $lei->{auth}; $lei->{-eml_noisy} = 1; (my $op_c, $ops) = $lei->workers_start($self, $j, $ops); $lei->{wq1} = $self;