Allow sieve filter to "fileinto" INBOX

This commit is contained in:
Martin Stenröse 2017-08-14 14:51:10 +02:00
parent 0f6b70f63e
commit 070e4ee0fb
3 changed files with 7 additions and 1 deletions

View file

@ -422,6 +422,7 @@ Enables caching in the system'),
'sieve_allow_raw_script' => array(false),
'sieve_utf8_folder_name' => array(true),
'sieve_auth_plain_initial' => array(true),
'sieve_allow_fileinto_inbox' => array(false),
'imap_timeout' => array(300),
'smtp_timeout' => array(60),
'sieve_timeout' => array(10),