From 11182cf3e95cf76bbaf3112311cf613755d1a86a Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Sun, 1 Apr 2018 23:24:26 +0000 Subject: scripts/import_vger_from_mbox: set address properly For objects like Inbox; the '-' prefixed hash keys are probably intended for auto-generated/hidden parameters. --- scripts/import_vger_from_mbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/import_vger_from_mbox b/scripts/import_vger_from_mbox index 369dac79..191f75d6 100644 --- a/scripts/import_vger_from_mbox +++ b/scripts/import_vger_from_mbox @@ -29,7 +29,7 @@ my $ibx = { mainrepo => $mainrepo, name => $name, version => $version, - -primary_address => $email, + address => [ $email ], filter => 'PublicInbox::Filter::Vger', }; $ibx = PublicInbox::Inbox->new($ibx); -- cgit v1.2.3-24-ge0c7