#4480 RFE: Allow to disable e-mail notifications for my own actions
Opened by churchyard. Modified

See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/Z4LEIP5E3WNPVCSZJB5GL7MATDQBJ3UC/

I'd like to be able to disable e-mail notification about mt own actions (open, close issue/pr, merge pr).

While certainly, those might be sometimes useful, they are usually just really annoying.

Thanks for considering.


Metadata Update from @pingou:
- Issue tagged with: RFE

We already have an cc_me_to_my_actions option on user preferences.

Should this be integrated on this already existing setting, or we need a new setting?

cc_me_to_my_actions is used on a _clean_emails method, its doc:

    """ Remove the email of the user doing the action if it is in the list.
    This avoids receiving emails about action you do.
    """

After reading this this issue looks more like a bug than a RFE :)

Metadata