about summary refs log tree commit homepage
path: root/scripts
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-04-01 23:24:26 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-04-01 23:25:14 +0000
commit11182cf3e95cf76bbaf3112311cf613755d1a86a (patch)
tree4e549d38aaeaa4cdd88f94a5f7d6c6e2c45a3614 /scripts
parent1cb230c4d47c8ef5d03f0b8de2f8ad93c303d816 (diff)
downloadpublic-inbox-11182cf3e95cf76bbaf3112311cf613755d1a86a.tar.gz
For objects like Inbox; the '-' prefixed hash keys are
probably intended for auto-generated/hidden parameters.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/import_vger_from_mbox2
1 files changed, 1 insertions, 1 deletions
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);