diff options
| -rw-r--r-- | plugins/managesieve/managesieve.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugins/managesieve/managesieve.php b/plugins/managesieve/managesieve.php index e3033016b..055e1b4cb 100644 --- a/plugins/managesieve/managesieve.php +++ b/plugins/managesieve/managesieve.php @@ -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'); | 
