diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-11 09:47:04 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-11 09:47:04 +0000 |
| commit | 1b8de0376c75ae71a30d952a608217bf1ec826ec (patch) | |
| tree | ceadc52f55bd6af84529d2ab7bc00d2f21b8e655 | |
| parent | 85fd94ff9c074d006add7ad094a97fedfe442b5f (diff) | |
- change managesieve_mbox_encoding to UTF-8 in .dist config according to RFC
git-svn-id: https://svn.roundcube.net/trunk@3349 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/plugins/managesieve/config.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/plugins/managesieve/config.inc.php.dist b/roundcubemail/plugins/managesieve/config.inc.php.dist index e50c09139..bac68c77c 100644 --- a/roundcubemail/plugins/managesieve/config.inc.php.dist +++ b/roundcubemail/plugins/managesieve/config.inc.php.dist @@ -17,8 +17,8 @@ $rcmail_config['managesieve_default'] = '/etc/dovecot/sieve/global'; // Sieve RFC says that we should use UTF-8 endcoding for mailbox names, // but some implementations does not covert UTF-8 to modified UTF-7. -// Defaults to UTF7-IMAP for backward compatybility -$rcmail_config['managesieve_mbox_encoding'] = 'UTF7-IMAP'; +// Defaults to UTF7-IMAP +$rcmail_config['managesieve_mbox_encoding'] = 'UTF-8'; // I need this because my dovecot (with listescape plugin) uses // ':' delimiter, but creates folders with dot delimiter |
