mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Merge #2650
2650: Tell roundcube that sieve scripts should be utf8 encoded r=mergify[bot] a=nextgens ## What type of PR? bug-fix ## What does this PR do? Tell roundcube that sieve scripts should be utf8 encoded. ### Related issue(s) - Close #2258 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
commit
3804d0bf5e
1
towncrier/newsfragments/2650.bugfix
Normal file
1
towncrier/newsfragments/2650.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Tell roundcube to use UTF8 instead of 'UTF7-IMAP' when creating sieve scripts.
|
@ -25,6 +25,7 @@ $config['smtp_pass'] = '%p';
|
|||||||
|
|
||||||
// Sieve script management
|
// Sieve script management
|
||||||
$config['managesieve_host'] = '{{ FRONT_ADDRESS or "front" }}:14190';
|
$config['managesieve_host'] = '{{ FRONT_ADDRESS or "front" }}:14190';
|
||||||
|
$config['managesieve_mbox_encoding'] = 'UTF8';
|
||||||
|
|
||||||
// roundcube customization
|
// roundcube customization
|
||||||
$config['product_name'] = 'Mailu Webmail';
|
$config['product_name'] = 'Mailu Webmail';
|
||||||
|
Loading…
Reference in New Issue
Block a user