Enable notify action for notify extension

pull/30/head
Aleksander Machniak 12 years ago
parent eb1ee0803e
commit 270da4b87b

@ -1501,7 +1501,7 @@ class managesieve extends rcube_plugin
if (in_array('variables', $this->exts)) {
$select_action->add(Q($this->gettext('setvariable')), 'set');
}
if (in_array('enotify', $this->exts)) {
if (in_array('enotify', $this->exts) || in_array('notify', $this->exts)) {
$select_action->add(Q($this->gettext('notify')), 'notify');
}
$select_action->add(Q($this->gettext('rulestop')), 'stop');

Loading…
Cancel
Save