forked from forgejo/forgejo
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
This commit is contained in:
parent
86e5268c39
commit
3bd8f50af8
7 changed files with 18 additions and 7 deletions
|
@ -1787,6 +1787,7 @@ settings.mirror_sync_in_progress = Mirror synchronization is in progress. Check
|
|||
settings.email_notifications.enable = Enable Email Notifications
|
||||
settings.email_notifications.onmention = Only Email on Mention
|
||||
settings.email_notifications.disable = Disable Email Notifications
|
||||
settings.email_notifications.andyourown = And Your Own Email Notifications
|
||||
settings.email_notifications.submit = Set Email Preference
|
||||
settings.site = Website
|
||||
settings.update_settings = Update Settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue