'Gitlab Merge Request "Re:" email prefix meaning and customization
The Gitlab notification system sends email when a Merge Request is accepted and done, meaning that a branch is merged into the default branch (master, main, ...).
That notification email comes with the prefix "Re". But, what does that prefix mean? Is it possible to be customized by project or group preventing confusion with "Replay" or "Response"?
Note: All other notification emails don't come with such a prefix, but just a clean context prefix like the project name or so.
Solution 1:[1]
"Re:" definition - "with reference to", or "in regards to".
Regarding Re: ; what is the correct usage in an email subject line?
I believe the only way to customize this message by modifying your own deployment of the GitLab codebase.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Richard |
