mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
email-settings.md: adapt to Forgejo
This commit is contained in:
parent
cd73cdcde8
commit
67dda2285d
2 changed files with 11 additions and 13 deletions
|
@ -1,31 +1,30 @@
|
||||||
---
|
---
|
||||||
eleventyNavigation:
|
layout: '~/layouts/Markdown.astro'
|
||||||
key: CommunicationCodeberg
|
title: 'Email Settings'
|
||||||
title: Email Settings
|
license: 'CC-BY-SA-4.0'
|
||||||
parent: GettingStarted
|
origin_url: 'https://codeberg.org/Codeberg/Documentation/src/commit/ceec82002bbdc62cf27974e84df51369a4bfe0f9/content/getting-started/email-settings.md'
|
||||||
order: 65
|
|
||||||
---
|
---
|
||||||
|
|
||||||
By default, Codeberg will send notifications to your registered email addresses.
|
By default, Forgejo will send notifications to your registered email addresses.
|
||||||
|
|
||||||
## Configuring all notifications
|
## Configuring all notifications
|
||||||
|
|
||||||
To change your notification preferences, go to your [Account Settings](https://codeberg.org/user/settings/account) or manually navigate to the settings page.
|
To change your notification preferences, go to your [Account Settings](https://codeberg.org/user/settings/account) or manually navigate to the settings page.
|
||||||
|
|
||||||
You can access it by clicking on the menu button “Profile and Settings...” in the top-right corner of Codeberg. From this dropdown, click on Settings, then click on the Account tab.
|
You can access it by clicking on the menu button “Profile and Settings...” in the top-right corner of Forgejo. From this dropdown, click on Settings, then click on the Account tab.
|
||||||
|
|
||||||
In the section “Manage Email Addresses”, you can select one of the following options from the drop-down menu for each email address that you have registered with Codeberg:
|
In the section “Manage Email Addresses”, you can select one of the following options from the drop-down menu for each email address that you have registered with Forgejo:
|
||||||
|
|
||||||
| Option | Effect |
|
| Option | Effect |
|
||||||
|:----------------------------|:---------------------------------------------------------------------------------------------------------------|
|
|:----------------------------|:---------------------------------------------------------------------------------------------------------------|
|
||||||
| Enable Email Notifications | Enables all notifications (default setting) |
|
| Enable Email Notifications | Enables all notifications (default setting) |
|
||||||
| Only Email on Mention | Codeberg will only send an email to this address if your username is mentioned in an issue or a comment |
|
| Only Email on Mention | Forgejo will only send an email to this address if your username is mentioned in an issue or a comment |
|
||||||
| Disable Email Notifications | Codeberg will not send any emails to this address |
|
| Disable Email Notifications | Forgejo will not send any emails to this address |
|
||||||
|
|
||||||
When you're finished, press the button “Set Email Preference” to confirm your selection.
|
When you're finished, press the button “Set Email Preference” to confirm your selection.
|
||||||
|
|
||||||
> **Note:**
|
> **Note:**
|
||||||
> Disabling email notifications doesn't mean that you'll stop receiving important messages from the Codeberg organisation.
|
> Disabling email notifications doesn't mean that you'll stop receiving important messages from the Forgejo organisation.
|
||||||
|
|
||||||
## Issue notifications
|
## Issue notifications
|
||||||
|
|
||||||
|
@ -38,5 +37,3 @@ You can check and modify your issue subscription status under the “Notificatio
|
||||||
When you watch a repository (by clicking on the “Watch” button in a repository), you will receive emails for every change (creation of issues, pull requests, comments, etc.) done in this repository.
|
When you watch a repository (by clicking on the “Watch” button in a repository), you will receive emails for every change (creation of issues, pull requests, comments, etc.) done in this repository.
|
||||||
|
|
||||||
To stop watching a repository, simply click on “Unwatch” in a repository.
|
To stop watching a repository, simply click on “Unwatch” in a repository.
|
||||||
|
|
||||||
Unfortunately, Gitea does not yet provide an option to list all watched repositories ([Gitea#16111](https://github.com/go-gitea/gitea/issues/16111)).
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ involved in running it on their machines.
|
||||||
- [Your First Repository](first-repository)
|
- [Your First Repository](first-repository)
|
||||||
- [The Basics of Issue Tracking](issue-tracking-basics)
|
- [The Basics of Issue Tracking](issue-tracking-basics)
|
||||||
- [Integrated Wiki](wiki)
|
- [Integrated Wiki](wiki)
|
||||||
|
- [Email Settings](email-settings)
|
||||||
- [Branch and tag protection](protection)
|
- [Branch and tag protection](protection)
|
||||||
- [Projects / Kanban boards](project)
|
- [Projects / Kanban boards](project)
|
||||||
- [Labels](labels)
|
- [Labels](labels)
|
||||||
|
|
Loading…
Reference in a new issue