pull/321/merge
Aleksander Machniak 8 years ago
parent 158b34ed42
commit 476c820323

@ -6,7 +6,7 @@
* version 8.6 [2016-04-06]
-----------------------------------------------------------
- Refactored script parser to be 100x faster
- Refactored script parser to be 100x faster (on big scripts)
* version 8.5 [2015-11-15]
-----------------------------------------------------------

@ -28,11 +28,11 @@ class rcube_sieve_engine
protected $sieve;
protected $errors;
protected $form;
protected $tips = array();
protected $script = array();
protected $exts = array();
protected $list;
protected $active = array();
protected $tips = array();
protected $script = array();
protected $exts = array();
protected $active = array();
protected $headers = array(
'subject' => 'Subject',
'from' => 'From',

Loading…
Cancel
Save