send-email: rfc822 forbids using <address@domain> without a non-empty "phrase"
commit155197e6e770599a5ed7a33a33f2916032184dd3
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Thu, 9 Aug 2007 13:27:57 +0000 (9 15:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Aug 2007 08:00:51 +0000 (10 01:00 -0700)
treeb0298d2965f664839b439245eace652780ee0679
parentcabead982b7cf40f8930e6e38327fc396b7fef81
send-email: rfc822 forbids using <address@domain> without a non-empty "phrase"

Email::Valid does respect this considering such a mailbox specification
invalid.  b06c6bc831cbb9e9eb82fd3ffd5a2b674cd940d0 addressed the issue, but
only if Email::Valid is available.

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl