a node author to unsubscribe from notification on a per-node basis
mbrship - October 31, 2008 - 15:56
| Project: | Comment Notify |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
I believe that's not supported at the moment. Any plan to support that in the near future?

#1
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)
#2
ic, thanks for your explanation.
#3