Aleksander Machniak
2012-10-03 7b274b8871767a9a28e18cb182d8e49f26a61cd7
plugins/managesieve/managesieve.php
@@ -62,7 +62,7 @@
        "x-beenthere",
    );
    const VERSION  = '5.2';
    const VERSION  = '6.0';
    const PROGNAME = 'Roundcube (Managesieve)';
    const PORT     = 4190;
@@ -1839,6 +1839,12 @@
            if ($active = $this->sieve->get_active()) {
                $this->active = array($active);
            }
            // Hide scripts from config
            $exceptions = $this->rc->config->get('managesieve_filename_exceptions');
            if (!empty($exceptions)) {
                $this->list = array_diff($this->list, (array)$exceptions);
            }
        }
        return $this->list;