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,
|
"bcc" => \@bcclist,
|
||||||
"aliasesfile" => \@alias_files,
|
"aliasesfile" => \@alias_files,
|
||||||
"suppresscc" => \@suppress_cc,
|
"suppresscc" => \@suppress_cc,
|
||||||
|
"envelopesender" => \$envelope_sender,
|
||||||
);
|
);
|
||||||
|
|
||||||
# Handle Uncouth Termination
|
# Handle Uncouth Termination
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue