summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-03-21 11:45:46 +0000
committerthomascube <thomas@roundcube.net>2008-03-21 11:45:46 +0000
commit17b5fb797f4bc142fee8cd72ade3890b4dfdbd82 (patch)
treeacdaaf60ca4ed2f24f64ba5d8d46ff2233f6eb7a /config
parent9814721e8ddee4e26cc58cd47301e5d741048a22 (diff)
Add configurable default charset for message decoding
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 8475c816d..ab98da884 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -180,6 +180,9 @@ $rcmail_config['flag_for_deletion'] = TRUE;
// 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask)
$rcmail_config['mdn_requests'] = 0;
+// Use this as charset as fallback for message decoding
+$rcmail_config['default_charset'] = 'ISO-8859-1';
+
// Make use of the built-in spell checker. It is based on GoogieSpell.
// Since Google only accepts connections over https your PHP installatation
// requires to be compiled with Open SSL support