]> Sergey Matveev's repositories - public-inbox.git/commit
import: use common address parsing to drop unnecessary quotes
authorEric Wong <e@80x24.org>
Mon, 15 Aug 2016 01:54:51 +0000 (01:54 +0000)
committerEric Wong <e@80x24.org>
Mon, 15 Aug 2016 01:56:48 +0000 (01:56 +0000)
commit5cbb8df04448baf6c07c3de652d287bd2a0a3299
treede6abef0f48a9e2b01408a924345c7178b34f82c
parent066509e117ab359d338e50cdd3ccec5601581d7c
import: use common address parsing to drop unnecessary quotes

Not sure why or how I missed this before; but the common address
parsing routine we have should be more correct.

Add a test to ensure excessively quoted names don't make it
through, either.
lib/PublicInbox/Import.pm
t/address.t