send-email: pass Debug to Net::SMTP::SSL::new
commitd4d9653b5401b28dd88a84bd1bf1d269b8acccf6
authorThomas Rast <tr@thomasrast.ch>
Sun, 1 Dec 2013 22:48:41 +0000 (1 23:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Dec 2013 19:45:27 +0000 (4 11:45 -0800)
tree2173533a044a7c9ba04be0177b4f4348c8ec97bb
parent2f93541d88fadd1ff5307d81c2c8921ee3eea058
send-email: pass Debug to Net::SMTP::SSL::new

We forgot to pass the Debug option through to Net::SMTP::SSL->new --
which is the same as Net::SMTP->new.  This meant that with security
set to SSL, we would never enable debug output.

Pass through the flag.

Signed-off-by: Thomas Rast <tr@thomasrast.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl