]> source.dussan.org Git - gitea.git/commit
Added email notification option to receive all own messages (#20179)
authorTyrone Yeh <siryeh@gmail.com>
Thu, 28 Jul 2022 08:30:12 +0000 (16:30 +0800)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2022 08:30:12 +0000 (16:30 +0800)
commit3bd8f50af819b8dfc86b9fecdfc36ca7774c6a2d
treeffa9a1e950cb96602e7057d73e9b2dc795357ac9
parent86e5268c396bd89716b2617a4949837982c1b0c3
Added email notification option to receive all own messages (#20179)

Sometimes users want to receive email notifications of messages they create or reply to,
Added an option to personal preferences to allow users to choose

Closes #20149
models/user/user.go
models/user/user_test.go
modules/notification/mail/mail.go
options/locale/locale_en-US.ini
routers/web/user/setting/account.go
services/mailer/mail_issue.go
templates/user/settings/account.tmpl