send-email: Allow the envelope sender to be set via configuration
[gitweb.git] / git-send-email.perl
index a598fdc890c817875766c29aa714d622af770f4b..ec69c237f9a5dede0227d986be703aaddf5c4acf 100755 (executable)
@@ -209,6 +209,7 @@ sub format_2822_time {
     "bcc" => \@bcclist,
     "aliasesfile" => \@alias_files,
     "suppresscc" => \@suppress_cc,
+    "envelopesender" => \$envelope_sender,
 );
 
 # Handle Uncouth Termination