On Sun, Jul 17, 2011 at 2:38 PM, Gianluca Sforna giallu@gmail.com wrote:
On Sat, Jul 16, 2011 at 3:05 AM, Akemi Yagi amyagi@gmail.com wrote:
I don't know if this can be changed but the way it is set up now is that you do not get email for your own action (submission/update/etc).
Yeah, it is possible, this configuration parameters controls the feature: /** * Whether user's should receive emails for their own actions * @global int $g_email_receive_own */ $g_email_receive_own = OFF; -- Gianluca Sforna
Thank you! Exactly what I was looking for. :)
Akemi