Aleksander Machniak
2012-09-20 270da4b87b3601b558d37721aae9e4816359aca5
Enable notify action for notify extension
1 files modified
2 ■■■ changed files
plugins/managesieve/managesieve.php 2 ●●● patch | view | raw | blame | history
plugins/managesieve/managesieve.php
@@ -1501,7 +1501,7 @@
        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');