[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: task 7471: Wishlist -- Do not send alerts to the notice owner
From: |
Davi Leal |
Subject: |
Re: task 7471: Wishlist -- Do not send alerts to the notice owner |
Date: |
Mon, 3 Nov 2008 00:16:37 +0100 |
User-agent: |
KMail/1.9.9 |
> After committing the patch, we will just have to take into account the
> new setting flag at:
>
> * crontabs/raise_Alerts.php
The problem:
At raise_Alerts.php, we are writing the email and then sending the
same email to all users.
Proposed solution:
Write an email for each user, so taking into account their personal
A1_AlertMeOnMyOwnNotices flag. It will be slower than the current
script, but IMHO such modification is needed.
If you want, I could develop such modification after you commit the patch
which adds the A1_AlertMeOnMyOwnNotices flag.