Aleksander Machniak
2015-04-14 3d87a667b1b686860b178e2756f6f4081d095efc
plugins/managesieve/config.inc.php.dist
@@ -86,5 +86,10 @@
// 2 - add Vacation section, but hide Filters section
$config['managesieve_vacation'] = 0;
// Default vacation interval (in days).
// Note: If server supports vacation-seconds extension it is possible
// to define interval in seconds here (as a string), e.g. "3600s".
$config['managesieve_vacation_interval'] = 0;
// Supported methods of notify extension. Default: 'mailto'
$config['managesieve_notify_methods'] = array('mailto');