Notifications #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dave asked for notifications fro Forgejo, but can't find anywhere where there is a setting to configure it. Forgejo people seem to think this is standard though.
@mlncn have you been notified?
Notify yourself @megakeegman !
/assign @megakeegman
Well it doesn't seem that either of us were notified by email.
From what I can tell, their should be a dropdown with options for changing notification settings in the Account tab under Manage Email Addresses. This is indicated in the docs here and there is an image of this in this issue(https://codeberg.org/forgejo/forgejo/issues/281).
I notice in the image in this issue that there is a line that says "Your primary email address will be used for notifications and other operations"
I actually see this same line, but at the top of my profile settings. And there are no such settings or text in my manage email addresses.
Looking at the template for account settings, the notification settings should in fact appear in Manage Email Settings under Account:
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/user/settings/account.tmpl
However, this markup is only rendered
{{if $.EnableNotifyMail}}
Not sure if this is an environment variable we are missing.
Where that must be set to true in
app.ini
per Configuration Cheat Sheet | Forgejo – Beyond coding. We forge.ENABLE_NOTIFY_MAIL
: false: Enable this to send e-mail to watchers of a repository when something happens, like creating issues.