send-email: initial_to and initial_reply_to are both optional
authorStephen Boyd <bebarino@gmail.com>
Thu, 6 Sep 2012 18:31:11 +0000 (11:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2012 23:18:12 +0000 (16:18 -0700)
commit618374930ab0de78c3994a633ca5f26e286810cf
tree1d98bf65dabcca050014de960de53ba77fe2d42b
parent51bbccfd1b4a9e2807413022c56ab05c835164fb
send-email: initial_to and initial_reply_to are both optional

We may pick up additional recipients from the format-patch output
files we are sending, in which case it is perfectly valid to leave
the @initial_to empty when the prompt asks.  We may want to start
a new discussion thread without replying to anything, and it is
valid to leave $initial_reply_to empty.

An earlier update to avoid y@example.com stuffed in address fields
did not take these two cases into account.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl