git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Allow the envelope sender to be set via configuration
@ 2008-06-07  7:33 Ask Bjørn Hansen
  2008-06-07  9:10 ` Jakub Narebski
  0 siblings, 1 reply; 3+ messages in thread
From: Ask Bjørn Hansen @ 2008-06-07  7:33 UTC (permalink / raw)
  To: git; +Cc: Ask Bjørn Hansen

---
 git-send-email.perl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/git-send-email.perl b/git-send-email.perl
index a598fdc..ec69c23 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
-- 
1.5.6.rc1.23.gd2d97.dirty

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-07 13:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-07  7:33 [PATCH] Allow the envelope sender to be set via configuration Ask Bjørn Hansen
2008-06-07  9:10 ` Jakub Narebski
2008-06-07 13:03   ` Miklos Vajna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).