summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-05 12:05:05 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-05 12:05:05 +0000
commitbd1a9cac7b465af35af692492bbd2f98de835a56 (patch)
tree0420e4117f82d7f9d24b267f6b1a287dca47008d /roundcubemail/config
parent44056fdea753785fea032b138e69ee3b3b08603b (diff)
- Add 'default_charset' option to user preferences (#1485451)
git-svn-id: https://svn.roundcube.net/trunk@3327 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 61736c298..8558c44e3 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -296,9 +296,6 @@ $rcmail_config['quota_zero_as_unlimited'] = false;
// 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask)
$rcmail_config['mdn_requests'] = 0;
-// Use this 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
@@ -397,6 +394,9 @@ $rcmail_config['autocomplete_addressbooks'] = array('sql');
// USER PREFERENCES
// ----------------------------------
+// Use this charset as fallback for message decoding
+$rcmail_config['default_charset'] = 'ISO-8859-1';
+
// skin name: folder from skins/
$rcmail_config['skin'] = 'default';