Feature #15425
closedE-mail notification for commits
0%
Description
I would like to work on a feature that I (think I) need, but I'd like some feedback first.
I would like to extend the e-mail notification system so that users can decide to watch/unwatch commits (changesets) and receive e-mail notifications for each new changeset. I know this can be trivially implemented at the repository level via hooks, but the problem with this approach is that individual users cannot easily configure their notifications on a per-project basis (and it is also a bit more difficult to hack into the repo. when using e.g. the redmine_git_hosting plugin).
So I'd like to hear from you, first to listen to any comment on why this should not be done (if you think so), why it's not been done already (any technical issue that I overlooked?) and most importantly if you think the this should/could be done in a plugin or if it's better implemented a patches to the redmine core.
Related issues