Merge branch 'master' of github.com:roundcube/roundcubemail
| | |
| | | - Support date, currendate and index tests - RFC5260 (#1488120) |
| | | - Split plugin file into two files |
| | | - Fix handling of &, <, > characters in scripts/filter names (#1489208) |
| | | - Support 'keep' action (#1489226) |
| | | |
| | | * version 6.2 [2013-02-17] |
| | | ----------------------------------------------------------- |
| | |
| | | if (in_array('enotify', $this->exts) || in_array('notify', $this->exts)) { |
| | | $select_action->add(rcube::Q($this->plugin->gettext('notify')), 'notify'); |
| | | } |
| | | $select_action->add(rcube::Q($this->plugin->gettext('messagekeep')), 'keep'); |
| | | $select_action->add(rcube::Q($this->plugin->gettext('rulestop')), 'stop'); |
| | | |
| | | $select_type = $action['type']; |
| | |
| | | $labels['messagereply'] = 'Reply with message'; |
| | | $labels['messagedelete'] = 'Delete message'; |
| | | $labels['messagediscard'] = 'Discard with message'; |
| | | $labels['messagekeep'] = 'Keep message in Inbox'; |
| | | $labels['messagesrules'] = 'For incoming mail:'; |
| | | $labels['messagesactions'] = '...execute the following actions:'; |
| | | $labels['add'] = 'Add'; |