From: Ask Bjørn Hansen Date: Sat, 7 Jun 2008 07:33:42 +0000 (-0700) Subject: send-email: Allow the envelope sender to be set via configuration X-Git-Tag: v1.5.6-rc3~44 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=9f7820ae574815e6a5c2a8c361a3c7e788d0930c;p=git.git send-email: Allow the envelope sender to be set via configuration Signed-off-by: Junio C Hamano --- diff --git a/git-send-email.perl b/git-send-email.perl index a598fdc89..ec69c237f 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -209,6 +209,7 @@ my %config_settings = ( "bcc" => \@bcclist, "aliasesfile" => \@alias_files, "suppresscc" => \@suppress_cc, + "envelopesender" => \$envelope_sender, ); # Handle Uncouth Termination