Aleksander Machniak
2015-04-14 fa857716e66f73f979e4a798a8c4e91c7612a7d1
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');