I believe that's not supported at the moment. Any plan to support that in the near future?

Comments

greggles’s picture

Probably not. This is a very lightweight module. It only stores information about node level subscriptions per user, not per-user-per-node. In order to do this it would have to store the informatio per-user-per-node which quickly becomes a very big database table.

Instead
1) People can create filtering rules in their e-mail clients
2) You could use a more "heavy" subscription tool that provides this feature (like Notify or Subscriptions)

mbrship’s picture

ic, thanks for your explanation.

greggles’s picture

Status: Active » Closed (works as designed)
rfay’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Status: Closed (works as designed) » Active

I understand the rationale for closing this in #3 , but this is a really important issue, and the lack of this capability really annoys some node authors.

Comment authors, of course, get an email that lets them unsubscribe easily, with one click. It's the "right thing"

Node authors, on the other hand, get an email that either uses the default language "you're going to get notified forever" or a complicated explanation of how to disable all notifications. It's just not fair :-)

Reopening on tiptoes.

greggles’s picture

Title: a node author to unsubscribe from notification on a per-node basis » Allow a node author to easily unsubscribe from notifications
Version: 6.x-1.x-dev » 7.x-1.x-dev

As the title is stated I think this is won't fix. It's the "per-node basis" that makes this won't fix in my mind so I've removed that.

If you wanted to create better messaging and an easy way to toggle the "send me comment notifications for all my nodes" setting I'd welcome that.

edit, removed comment intended for different issue.

seanB’s picture

Issue summary: View changes

It's possible to add a column to the node table to add this setting on a per node basis. This way you don't need a extra table, you just store if you want to notify the author of a node.

Would you accept a patch for this?

seanB’s picture

Status: Active » Closed (works as designed)

Never mind, the Node notify module seems to fix this.

rfay’s picture

Status: Closed (works as designed) » Active

Still a valid and important feature request.