lib/PublicInbox/Import.pm | 2 +- diff --git a/lib/PublicInbox/Import.pm b/lib/PublicInbox/Import.pm index 1f52a0cc80f9eddd40a8e16f7b44496a4085b005..1db2a0b858701051f0c03e2e01b19e05b1518da5 100644 --- a/lib/PublicInbox/Import.pm +++ b/lib/PublicInbox/Import.pm @@ -152,7 +152,7 @@ # git gets confused with: # "'A U Thor ' via foo" # ref: # - $name =~ s/<([^>]+)>/($1)/g; + $name =~ tr/<>// and $name = $email; my ($r, $w) = $self->gfi_start; my $tip = $self->{tip};