You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
mail.go Prevent merge messages from being sorted to the top of email chains (#18566) 3 years ago
mail_comment.go Add config options to hide issue events (#17414) 3 years ago
mail_issue.go format with gofumpt (#18184) 3 years ago
mail_release.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
mail_repo.go Unify and simplify TrN for i18n (#18141) 3 years ago
mail_test.go Prevent merge messages from being sorted to the top of email chains (#18566) 3 years ago
mailer.go Pause queues (#15928) 3 years ago
mailer_test.go refactoring nits (#18188) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago