gitea/services/mailer
zeripath 18c1edf15c
Prevent merge messages from being sorted to the top of email chains (#18566) (#18588)
Backport #18566

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>
2022-02-04 08:30:36 +00:00
..
mail.go Prevent merge messages from being sorted to the top of email chains (#18566) (#18588) 2022-02-04 08:30:36 +00:00
mail_comment.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
mail_issue.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
mail_release.go Unify and simplify TrN for i18n (#18141) 2022-01-02 04:33:57 +01:00
mail_repo.go Unify and simplify TrN for i18n (#18141) 2022-01-02 04:33:57 +01:00
mail_test.go Prevent merge messages from being sorted to the top of email chains (#18566) (#18588) 2022-02-04 08:30:36 +00:00
mailer.go Add option to convert CRLF to LF line endings for sendmail (#18075) 2022-01-06 01:43:45 +01:00
mailer_test.go refactoring nits (#18188) 2022-01-05 07:27:53 +01:00
main_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00