Is there a way to suppress notifications of my own posts?
I am an assigned user and the auto subscribed user. Every time I reply to a client I also get an email.
Is there a way to suppress notifications of my own posts?
I am an assigned user and the auto subscribed user. Every time I reply to a client I also get an email.
Comments
Comment #1
jeremy commentedThis is not currently possible. Marking as a feature request.
Comment #2
OnkelTem commentedIs there a dirty quick solution?
My clients are irritated with notifications on their own posts.
Help please, provide some info.
Comment #3
OnlineWD™ commentedDuplicate and hack http://drupal.org/node/917462#comment-3548046
Comment #4
rsevero commentedInspired by the code available at http://drupal.org/node/917462#comment-3548046 I created the attached patch.
With it the author of the comment won't be notified.
This patch is against current dev code.
Comment #5
rsevero commentedPlease disregard the previous patch and review this one instead as the previous one was preventing the notification of the author of the ticket update but wasn't preventing the message informing that such notification was send.
This patch prevents both the notification itself and the message mentioning such notification.
Comment #6
jeremy commentedThis needs to be configurable.
Comment #7
rsevero commentedOk. I understand that there might be use cases where notifying the user that did the update himself would be desirable. At least in theory I understand as I can't picture such a situation myself.
I'm not sure I will be able to work on this soon as I'm no verge of holidays traveling.
Comment #8
rsevero commentedHere is a new version of the patch making this new feature configurable.
The default is maintain current behaviour.
Comment #9
AntiNSA commentedwhen is this going to be rolled?
Comment #10
jeremy commentedIt will need to be a per-user option first. I have a need for this myself, so likely sooner (days-weeks) than later (weeks-months).
Comment #11
mrtoner commentedUnfortunately, this still hasn't made it in. It also appears that the suggested solutions are more complicated than they need to be:
Now, it's my opinion that this doesn't need to be a configurable option. The person updating the ticket knows they updated the ticket and the update is right there on the screen. (Or in their sent messages.) Also, we get into preference creep, which arguably makes the module more difficult to configure.
However, if you still require this, Jeremy, how about adding a checkbox to the comment form, unchecked by default, for a "Send me a copy of this update" option? Nothing to configure, nothing gets saved to the db, but the functionality is the same.
Comment #12
mrtoner commentedLet me know if I'm on the right track here. There are probably some considerations for anonymous users to be made.
Comment #13
Wergles commentedI've regenerated the patch against 6.x-1.8 so it gets applied with no fuzz and no offset.
Cheers.
Comment #14
purencool commented