'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', 'task_alarms_select'),
+ 'members' => array('task_notification', 'task_notification_exclude_self', 'task_alarms_select'),
);
$prefGroups['external'] = array(
'desc' => _("Choose if you want to be notified of new, edited, and deleted tasks by email:"),
);
+$_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_select'] = array(
'type' => 'special'