summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-07-08 17:46:51 +0000
committeralecpl <alec@alec.pl>2009-07-08 17:46:51 +0000
commit21c277ee20dd02ebcb8dd4d263acd4d597d6105f (patch)
treeda4466dfc1af3bb11327785db13b2c19826c9766 /config
parentc793c6e811845a3332e1d8961a050e758498dc00 (diff)
- set mime_param_folding to '1' by default
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index c60307ddb..b7bf2adaa 100644
--- a/config/main.inc.php.dist
+++ b/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