From 3a2c57e652e5b688261fee02baa3853526e9893a Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 17 Dec 2011 15:17:46 -0500 Subject: [PATCH] Edit and store per-repository mail recipients in site and RPC --- src/com/gitblit/wicket/GitBlitWebApp.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index c9afbc9..181aed9 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -195,4 +195,6 @@ gb.newTeam = new team gb.permittedTeams = permitted teams gb.emptyRepository = empty repository -gb.repositoryUrl = repository url \ No newline at end of file +gb.repositoryUrl = repository url +gb.mailRecipients = mail recipients +gb.mailRecipientsDescription = space-delimited, used by sendemail Groovy hook \ No newline at end of file -- Gitblit v1.9.1