diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-08 17:46:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-08 17:46:51 +0000 |
| commit | 70fd7071207251f852f830b7c907009e7a209c5c (patch) | |
| tree | b9c62debcf3a9d7c1e592d395d302899622ba7c3 | |
| parent | 00b642f86bab125f935f49f04ad38d2549e3ecc2 (diff) | |
- set mime_param_folding to '1' by default
git-svn-id: https://svn.roundcube.net/trunk@2726 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index c60307ddb..b7bf2adaa 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -413,7 +413,7 @@ $rcmail_config['inline_images'] = TRUE; // 0 - Full RFC 2231 compatible // 1 - RFC 2047 for 'name' and RFC 2231 for 'filename' parameter (Thunderbird's default) // 2 - Full 2047 compatible -$rcmail_config['mime_param_folding'] = 0; +$rcmail_config['mime_param_folding'] = 1; // Set TRUE if deleted messages should not be displayed // This will make the application run slower |
