diff -Nur -x '*.orig' -x '*.rej' smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header --- smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header 2010-04-27 22:41:10.000000000 -0500 +++ mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header 2010-04-27 22:32:20.000000000 -0500 @@ -1,6 +1,6 @@ //00Header /** - * $Horde: nag/config/prefs.php.dist,v 1.42.2.12 2009/06/19 17:06:22 jan Exp $ + * $Horde: nag/config/prefs.php.dist,v 1.42.2.13 2010/04/20 08:24:21 jan Exp $ * * See horde/config/prefs.php for documentation on the structure of this file. */ diff -Nur -x '*.orig' -x '*.rej' smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/140Notification mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/140Notification --- smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/140Notification 2008-04-07 23:11:54.000000000 -0500 +++ mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/140Notification 2010-04-27 22:33:57.000000000 -0500 @@ -3,6 +3,6 @@ 'column' => _("Task List and Share Options"), 'label' => _("Notifications"), 'desc' => _("Choose if you want to be notified of task changes and task alarms."), - 'members' => array('task_notification'), + 'members' => array('task_notification', 'task_notification_exclude_self'), ); diff -Nur -x '*.orig' -x '*.rej' smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/270TaskAlarms mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/270TaskAlarms --- smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/270TaskAlarms 2008-04-06 20:46:07.000000000 -0500 +++ mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/270TaskAlarms 2010-04-27 22:39:17.000000000 -0500 @@ -1,4 +1,12 @@ //270TaskAlarms +$_prefs['task_notification_exclude_self'] = array( + 'value' => 0, + 'locked' => false, + 'shared' => false, + 'type' => 'checkbox', + 'desc' => _("Don't send me a notification if I've added, changed or deleted the task?") +); + // alarm methods $_prefs['task_alarms'] = array( 'value' => 'a:1:\{s:6:"notify";a:0:\{\}\}',