send-email: Allow the envelope sender to be set via configuration
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

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
|
||||
|
Reference in New Issue
Block a user