0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 12:48:17 +01:00
gitea/services/mailer
zeripath 1ab44cb01d
Prevent merge messages from being sorted to the top of email chains (#18566)
* Prevent merge messages from being sorted to the top of email chains

Gitea will currrently resend the same message-id for the closed/merged/reopened
messages for issues. This will cause the merged message to leap to the top of an
email chain and become out of sync.

This PR adds specific suffices for these actions.

Fix #18560

Signed-off-by: Andrew Thornton <art27@cantab.net>

* add test

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-02-03 18:01:16 -05:00
..
mail_comment.go
mail_issue.go
mail_release.go
mail_repo.go
mail_test.go Prevent merge messages from being sorted to the top of email chains (#18566) 2022-02-03 18:01:16 -05:00
mail.go Prevent merge messages from being sorted to the top of email chains (#18566) 2022-02-03 18:01:16 -05:00
mailer_test.go
mailer.go
main_test.go