I receive complaints especially for file-storage and xowiki that users receive tons of email even for stuff they don't really want to know. For instance:
- folder/file moved
- folder/file deleted
- wiki page updates
Has anyone an idea how to control what is sent out? Folks don't want to be bothered if a missing comma was added.
So far I see two options:
- A package parameter that controls notification
For instance file-storage could contain:
new_file,new_url,delete_file,delete_url,delete_folder
And only for those a notification is sent out.
Alternatively we could extend ad_form with a flag if notification is available for the item and display a checkbox "Notify?" and leave it to the user whether the change taking place is worth to be notified.
Any ideas?