send-email: Allow the envelope sender to be set via configuration

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Ask Bjørn Hansen 2008-06-07 00:33:42 -07:00 committed by Junio C Hamano
parent 55f409a826
commit 9f7820ae57
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ my %config_settings = (
"bcc" => \@bcclist,
"aliasesfile" => \@alias_files,
"suppresscc" => \@suppress_cc,
"envelopesender" => \$envelope_sender,
);

# Handle Uncouth Termination