]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-learn
rename most instances of "list" to "inbox"
[public-inbox.git] / script / public-inbox-learn
index 0af1e94c4a3e2b9ac269feb99be0a0e453597601..1c051ec1e274a0a9ff166d7ec4a7c779a1d2c8c4 100755 (executable)
@@ -51,7 +51,7 @@ foreach my $recipient (keys %dests) {
        my $git = PublicInbox::Git->new($git_dir);
        # We do not touch GIT_COMMITTER_* env here so we can track
        # who trained the message.
-       my $name = $ENV{GIT_COMMITTER_NAME} || $dst->{listname};
+       my $name = $ENV{GIT_COMMITTER_NAME} || $dst->{inbox};
        my $email = $ENV{GIT_COMMITTER_EMAIL} || $recipient;
        my $im = PublicInbox::Import->new($git, $name, $email);