]> asedeno.scripts.mit.edu Git - git.git/commitdiff
send-email: Allow the envelope sender to be set via configuration
authorAsk Bjørn Hansen <ask@develooper.com>
Sat, 7 Jun 2008 07:33:42 +0000 (00:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Jun 2008 20:46:38 +0000 (13:46 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl

index a598fdc890c817875766c29aa714d622af770f4b..ec69c237f9a5dede0227d986be703aaddf5c4acf 100755 (executable)
@@ -209,6 +209,7 @@ my %config_settings = (
     "bcc" => \@bcclist,
     "aliasesfile" => \@alias_files,
     "suppresscc" => \@suppress_cc,
+    "envelopesender" => \$envelope_sender,
 );
 
 # Handle Uncouth Termination