send-email: Allow the envelope sender to be set via configuration
Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
55f409a826
commit
9f7820ae57
|
@ -209,6 +209,7 @@ my %config_settings = (
|
|||
"bcc" => \@bcclist,
|
||||
"aliasesfile" => \@alias_files,
|
||||
"suppresscc" => \@suppress_cc,
|
||||
"envelopesender" => \$envelope_sender,
|
||||
);
|
||||
|
||||
# Handle Uncouth Termination
|
||||
|
|
Loading…
Reference in New Issue