#3786 Fix mail hook getting to mail_to
Merged 5 years ago by pingou. Opened 5 years ago by puiterwijk.
puiterwijk/pagure issue-3785  into  master

file modified
+1 -1
@@ -81,7 +81,7 @@ 

          # We set these options every time again anyway

          repo_obj = pygit2.Repository(repodir)

          repo_obj.config.set_multivar(

-             "multimailhook.mailingList", "", project.mail_to

+             "multimailhook.mailingList", "", project.mail_hook.mail_to

          )

          repo_obj.config.set_multivar(

              "multimailhook.environment", "", "gitolite"

Going to apply this one manually to save you the rebase

Commit 7a66dd0 fixes this pull-request

Pull-Request has been merged by pingou

5 years ago

@pingou,
is it related to hook for sending mails with content of patch(es) after push?

If yes. then it would be good to have it also in production :-)

If yes. then it would be good to have it also in production :-)

Done :)