You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/09/20 23:33:22 UTC

[whimsy] branch master updated: respond to signer

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  3b6581e   respond to signer
3b6581e is described below

commit 3b6581eba5964e0ab357a1bb9a7e78821d7bc383
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Sep 20 19:33:04 2016 -0400

    respond to signer
---
 www/secmail/views/actions/grant.json.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/secmail/views/actions/grant.json.rb b/www/secmail/views/actions/grant.json.rb
index f31ff0b..d12493d 100644
--- a/www/secmail/views/actions/grant.json.rb
+++ b/www/secmail/views/actions/grant.json.rb
@@ -112,6 +112,7 @@ task "email #@email" do
   # build mail from template
   mail = message.reply(
     from: @from,
+    to: "#{@name.inspect} <#{@email}>",
     cc: [
       'secretary@apache.org',
       ("private@#{pmc.mail_list}.apache.org" if pmc), # copy pmc

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].