Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: duke on January 29, 2007, 01:40:58 AM

Title: Default Composing Charset
Post by: duke on January 29, 2007, 01:40:58 AM
Hello,

Is there anyway to set a default charset for composing?
Me and my friends use Latin1, and always have to change it when composing.

I have access to the rc php's, so I can edit configs and stuff if it's needed.

duke
Title: Re: Default Composing Charset
Post by: rezt on January 31, 2007, 08:26:24 AM
Hi duke, try that on main.inc.php

Code: [Select]
$rcmail_config['charset'] = 'ISO-8859-1';
regards,.