From e55ab02682caf150359e1d1642022b565e9e65f9 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 05 Mar 2010 07:05:05 -0500 Subject: [PATCH] - Add 'default_charset' option to user preferences (#1485451) --- config/main.inc.php.dist | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 61736c2..8558c44 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -296,9 +296,6 @@ // 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 @@ // 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'; -- Gitblit v1.9.1