Skip to content

Add List-Id to notification emails

Olivier Crête requested to merge ocrete/gitlab-ce:list-id into master

What does this MR do?

We recently switched to GitLab and I discovered that I couldn't filter GitLab notification emails by project easily in GMail. What GitHub does is that they "synthetize" a List-Id header from the project's name and fullpath. This patch should do the same thing.

What are the relevant issue numbers?

Implements #53493 (closed)

Does this MR meet the acceptance criteria?

Notes

I'm not sure if I need a changelog entry for this? Also, I'm not sure if the Ruby coding style is correct.

Edited by Olivier Crête

Merge request reports