mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Allow sieve filter to "fileinto" INBOX
This commit is contained in:
parent
0f6b70f63e
commit
070e4ee0fb
3 changed files with 7 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue