Aleksander Machniak
2012-09-20 270da4b87b3601b558d37721aae9e4816359aca5
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');