1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-18 20:36:15 +02:00

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:
Ask Bjørn Hansen 2008-06-07 00:33:42 -07:00 committed by Junio C Hamano
parent 55f409a826
commit 9f7820ae57

View File

@ -209,6 +209,7 @@ sub format_2822_time {
"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